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
Implement #675: let wasm_js enable the backend by default (#730)
Implements #675. Closes#726.
Now, when the `wasm_js` feature is enabled and `getrandom_backend` is not specified, this crate will use the `wasm_js` implementation by default (instead of failing to compile).
The backend my still be overridden via `getrandom_backend` as with any other platform.
0 commit comments