Closed
Description
Right now, stdweb
depends on wasm-bindgen
so it doesn't really make a whole lot of sense to have two seperate implementations in getrandom
for this.
A better approach might just be to depend on the web_sys
crate from the wasm-bindgen
repo and eliminate the need for separate wasm32 features.
I'm not sure how this would work with Node, but for Client Web, we could just use Crypto::get_random_values_with_u8_array
Metadata
Metadata
Assignees
Labels
No labels