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

Add support for WASI 0.2 #89

Open
yoshuawuyts opened this issue Sep 6, 2024 · 0 comments
Open

Add support for WASI 0.2 #89

yoshuawuyts opened this issue Sep 6, 2024 · 0 comments
Assignees

Comments

@yoshuawuyts
Copy link
Member

The WASI 0.2 target will reach tier 2 in Rust 1.82. This crate supports WASI 0.1, and it would be neat if it could support WASI 0.2 as well.

I looked into it briefly, and I believe this depends on rust-random/getrandom#499 landing first since that's used internally. Landing this in turn should enable us to update the polling crate, which uses fastrand in its test suite.

@yoshuawuyts yoshuawuyts self-assigned this Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant