Use getrandom for RNG implementation in WASM
This commit is contained in:
committed by
Christien Rioux
parent
20f55745b0
commit
f454f56816
@@ -77,6 +77,7 @@ wasm-bindgen = "0.2.87"
|
||||
js-sys = "0.3.64"
|
||||
wasm-bindgen-futures = "0.4.37"
|
||||
async_executors = { version = "0.7.0", default-features = false }
|
||||
getrandom = { version = "0.2", features = ["js"] }
|
||||
|
||||
async-lock = "2.8.0"
|
||||
send_wrapper = { version = "0.6.0", features = ["futures"] }
|
||||
|
||||
Reference in New Issue
Block a user