We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The last WASI specification is wasi_snapshot_preview1 on https://github.com/WebAssembly/WASI/tree/master/phases/snapshot
It's almost stable and lots of Wasm runtime support wasi_snapshot_preview1, such as wasmtime, wasmer, Node.js 13.3.0+ etc.
Any plan to implement WASI Module in GraalWasm? Thanks.
The text was updated successfully, but these errors were encountered:
i am also interrested in the current status of that.
Sorry, something went wrong.
GraalVM does support WASI, but it requires specific setup and configuration steps to enable and use this functionality. Read more about it here: https://github.com/oracle/graal/blob/master/wasm/README.md
fernando-valdez
No branches or pull requests
The last WASI specification is wasi_snapshot_preview1 on https://github.com/WebAssembly/WASI/tree/master/phases/snapshot
It's almost stable and lots of Wasm runtime support wasi_snapshot_preview1, such as wasmtime, wasmer, Node.js 13.3.0+ etc.
Any plan to implement WASI Module in GraalWasm? Thanks.
The text was updated successfully, but these errors were encountered: