Prepare 1.0.0 release with breaking changes
kwonoj opened this issue · 0 comments
kwonoj commented
2 breaking changes in planning:
- deprecate non-native wasm target: dropping asm.js binaries.
- introduce SINGLE_FILE from emscripten, remove wasm binary lookup interfaces.
Both'll allow simplifying interfaces in general, as well as reducing module size.
This is blocked by upstream emscripten releases new version contains SINGLE_FILE option.