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
Hello. Will node.js support WebAssembly, or this is not possible? Or will full C++ engine with JS-like API? Or even Node.js will full binary program engine, that uses JS and C++ API? What will language?
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Green Node.js or Webassembly support
Green Node.js or WebAssembly support
Jul 31, 2016
node will support wasm as V8 supports it, although I believe V8 is still working on completing its implementation. It's an ongoing process at the moment.
In the meantime you can use --expose-wasm to play around with it. You can use the module builder in V8's tests to create usable bytecode, for example like this.
Hello. Will node.js support WebAssembly, or this is not possible? Or will full C++ engine with JS-like API? Or even Node.js will full binary program engine, that uses JS and C++ API? What will language?
The text was updated successfully, but these errors were encountered: