-
Notifications
You must be signed in to change notification settings - Fork 56
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
Support WASI Preview 2 #242
Comments
I see rust-lang/rust#119616 is landing at this moment to have |
That PR has merged now, but IIRC it's still mostly just boilerplate, and there's more work before it can be meaningfully used as a way to target WASIp2. E.g. actually creating a Wasm Component from the resulting binary. |
Hi @nukemandan. Thanks for the issue!
When the Rust toolchain supports WASI 0.2.0, it will simplify the first item above by no longer having to adapt the module from preview1. |
In the README:
WebAssembly/WASI#577 IIUC now WASI has launched support for preview 2 🎉 - is there some plan/timeline for cargo component to update to use it? Anything some eager new contributors might be able to help with? 😁
The text was updated successfully, but these errors were encountered: