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
Enable wasm32-unknown-unknown support for getrandom if needed
See for details
https://docs.rs/getrandom/0.2.16/getrandom/index.html#webassembly-support.
We only enable it if compiling for WASM, following getrandom's advice to
not enable it unconditionally for our users.
Note that with getrandom 0.3 the feature flag name changes to wasm_js,
and an extra RUSTFLAG is required.
0 commit comments