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

Feature request: support initialising with Wasi #62

Open
kitsonk opened this issue Nov 16, 2022 · 3 comments
Open

Feature request: support initialising with Wasi #62

kitsonk opened this issue Nov 16, 2022 · 3 comments

Comments

@kitsonk
Copy link

kitsonk commented Nov 16, 2022

Would be great if there was an option (like --wasi) that would bootstrap the Wasm module with std/wasi.

@kitsonk
Copy link
Author

kitsonk commented Nov 16, 2022

Well and build like: cargo build --target=wasm32-wasi --release as well.

@sigmaSd
Copy link
Contributor

sigmaSd commented May 30, 2023

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

@sigmaSd
Copy link
Contributor

sigmaSd commented May 31, 2023

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

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