You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 usesfastrand
in its test suite.The text was updated successfully, but these errors were encountered: