Stream: rust-toolchain

Topic: WASI 0.2 support for `getrandom`


view this post on Zulip Yoshua Wuyts (Sep 06 2024 at 15:30):

FYI: the getrandom crate has a new open PR for WASI 0.2 support: https://github.com/rust-random/getrandom/pull/499. I figured folks here would be interested in tracking that.

This crate underpins a bunch of interesting things in the ecosystem, not in the least the smol-rs test suite.

The wasm32-wasi target will be removed in Rust 1.84 and existing users are encouraged to migrate to either wasm32-wasip1, or wasm32-wasip2. Strictly speaking, this is a breaking change despite affe...

Last updated: Nov 22 2024 at 17:03 UTC