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
Add support for wasm32-wasip1 and wasm32-wasip2, remove support for wasm32-wasi (rust-random#499)
The `wasm32-wasi` target will be removed in Rust 1.84
(https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets.html)
and existing users are encouraged to migrate to either
`wasm32-wasip1`, or `wasm32-wasip2`.
Strictly speaking, this is a breaking change despite affecting only
deprecated target, so it's probably better to release it in `getrandom`
v0.3.
//! | Web Browser and Node.js | `wasm*‑*‑unknown` | [`Crypto.getRandomValues`] if available, then [`crypto.randomFillSync`] if on Node.js, see [WebAssembly support]
0 commit comments