Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Green Node.js or WebAssembly support #7925

Closed
ghost opened this issue Jul 31, 2016 · 2 comments
Closed

Green Node.js or WebAssembly support #7925

ghost opened this issue Jul 31, 2016 · 2 comments
Labels
question Issues that look for answers. v8 engine Issues and PRs related to the V8 dependency.

Comments

@ghost
Copy link

ghost commented Jul 31, 2016

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?

@ghost ghost changed the title Green Node.js or Webassembly support Green Node.js or WebAssembly support Jul 31, 2016
@mscdex
Copy link
Contributor

mscdex commented 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.

@mscdex mscdex added question Issues that look for answers. v8 engine Issues and PRs related to the V8 dependency. labels Jul 31, 2016
@hashseed
Copy link
Member

hashseed commented Aug 1, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Issues that look for answers. v8 engine Issues and PRs related to the V8 dependency.
Projects
None yet
Development

No branches or pull requests

3 participants