cpp-wasm-loader
Advanced tools
Changelog
0.8.3 8/18/2018
Changelog
0.8.2 8/16/2018
Changelog
0.8.1 8/16/2018
Changelog
0.8.0 8/16/2018
fullEnv
.noWasm
is now wasm
and works the opposite of before.loadAsmjs
is now asmjs
and works just as before.disableMemoryClass
is now memoryClass
and works the opposite of before.Changelog
0.7.8 - 8/12/2018
raw
property to promise result, contains the complete returned value from the webassembly initialization.asm.js
support. You can now optionally include asm.js code in the bundle that will be loaded in the place of webassembly if webassembly isn't available. Allows native code to work back to IE10.noWasm
option to omit Webassembly from builds entirely.externalWasm
option to fetchFiles
, works on both asmjs
and wasm
code now.Changelog
0.7.7 - 8/10/2018
Changelog
0.7.6 - 8/9/2018
instantiate
if instantiateStreaming
isn't available.disableMemoryClass
is enabled.externalWasm
option to allow switching between embedding the wasm into javascript or delivering it separately.Changelog
0.7.5 - 8/8/2018
struct
ability to memory class.disableMemoryClass
option to webpack config.