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
Would be great if there was an option (like --wasi) that would bootstrap the Wasm module with std/wasi.
--wasi
std/wasi
The text was updated successfully, but these errors were encountered:
Well and build like: cargo build --target=wasm32-wasi --release as well.
cargo build --target=wasm32-wasi --release
Sorry, something went wrong.
I wonder how hard is this ? , would be great if someone elaborate on the high level way to implement this
I think its a great feature, it will unlock more projects that can be built against wasi to be used by deno easily
Also in the future maybe there is wasix https://wasmer.io/posts/announcing-wasix
Turns out that wasi works with deno and there is even 2 implementations to choose from , std and from wasmjs
see these issues where I have code examples of both wasmerio/wasmer-js#321 denoland/std#3415
No branches or pull requests
Would be great if there was an option (like
--wasi
) that would bootstrap the Wasm module withstd/wasi
.The text was updated successfully, but these errors were encountered: