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

Using node-wasi on the WebAssembly waterfall #13

Open
sbc100 opened this issue May 30, 2019 · 3 comments
Open

Using node-wasi on the WebAssembly waterfall #13

sbc100 opened this issue May 30, 2019 · 3 comments

Comments

@sbc100
Copy link

sbc100 commented May 30, 2019

I've been working on a similar affort to support wasi in JS. Currently we use it to test generated wasm modules on the WebAssembly waterfall:

https://github.com/WebAssembly/waterfall/blob/master/src/wasi.js

https://wasm-stat.us/console

I was previously unaware of this effort but it looks similar enough that it would probably make sense to us to combine efforts.

@devsnek
Copy link
Owner

devsnek commented May 30, 2019

oh very nice! we're actually integrating this module into node.js itself, so you might want to wait until we finish that.

check out nodejs/node#27850 for tracking.

I'm planning to merge it once I finish up the last few bugs here.

@sbc100
Copy link
Author

sbc100 commented May 30, 2019

Oh wow! Thats exciting. Would it not make sense to wait for wasi to stabilize though? Baking wasi_unstable into node seems a little early no?

@devsnek
Copy link
Owner

devsnek commented May 30, 2019

it's behind a flag, and also has "unstable" in the name. from a development perspective we do this quite often, and releases of node will just have the experimental feature in whatever state it was at when that version was cut.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants