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
I'm currently working on https://github.com/xtuc/js-webassembly-interpreter. I think that a client side interpreter would be more efficient since you can take advantage of the WASM format and It also allows you to switch to native if supported/needed.
I'm planning to use asm.js in the interpreter to have better performance.
Work that needs to be done before wasm2asm can be used in toolchains or as a polyfill:
Work to be done once wasm2asm is finished:
The text was updated successfully, but these errors were encountered: