Open
Description
please update getrandom.
The version of getrandom has been updated. Until now, if you want to compile for wasm,
getrandom = { version = "0.2", features = ["std", "js"] }
getrandom = { version = "0.3.1", features = ["std", "wasm_js"] }
I had written code like this, but it causes problems because the version of getrandom on which this library depends is out of date.
Related issues, etc.
#2218
#2130
#2187
https://rust-random.github.io/book/update-0.9.html
https://github.com/rust-random/rand/blob/master/CHANGELOG.md
Metadata
Metadata
Assignees
Labels
No labels
Activity