You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@listepo I would recommend using Binaryen's `wasm2js` as demonstrated by that comment. If it's tedious to integrate an external native tool into your project's build requirements, there should already be a Wasm-compiled version available after installing AS, via `npx wasm2js` (or just `wasm2js` in a `package.json` script). I don't remember if that functionality is broken though...
Feature suggestion
It would be nice to be able compile to asm.js
The text was updated successfully, but these errors were encountered: