Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable building for Web Assembly target
The `rand` crate won't build properly for the `wasm32-unknown-unknown` target unless we also depend directly on the `getrandom` crate and enable its `js` feature. References: * rust-random/rand#886 * https://docs.rs/getrandom/0.2/getrandom/#webassembly-support
- Loading branch information