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

Support WASI preview 2 #6323

Open
Darksonn opened this issue Feb 2, 2024 · 2 comments
Open

Support WASI preview 2 #6323

Darksonn opened this issue Feb 2, 2024 · 2 comments
Labels
A-tokio Area: The main tokio crate C-feature-request Category: A feature request. E-help-wanted Call for participation: Help is requested to fix this issue. T-wasm Topic: Web Assembly

Comments

@Darksonn
Copy link
Contributor

Darksonn commented Feb 2, 2024

Preview 2 is the official next evolution of Wasi and has been officially adopted by the Wasi Subgroup which is an official subgroup of the WebAssembly Community Group of the W3C.

Currently, we only support WASI preview 1. We should upgrade our unstable WASI support to support preview 2.

This issue is concerned with supporting preview 2 under --cfg tokio_unstable. Supporting WASI without the --cfg tokio_unstable flag is a separate question and tracked by #4827.

@Darksonn Darksonn added E-help-wanted Call for participation: Help is requested to fix this issue. A-tokio Area: The main tokio crate C-feature-request Category: A feature request. T-wasm Topic: Web Assembly labels Feb 2, 2024
@banocean
Copy link

banocean commented Feb 5, 2024

Looks like we should be looking for bytecodealliance/wasi#72, everything suggests it's gonna be first thing allowing us to work on preview 2

@banocean
Copy link

https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets.html 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate C-feature-request Category: A feature request. E-help-wanted Call for participation: Help is requested to fix this issue. T-wasm Topic: Web Assembly
Projects
None yet
Development

No branches or pull requests

2 participants