Use getrandom for RNG implementation in WASM

This commit is contained in:
Victor Graf
2023-09-03 00:30:34 +00:00
committed by Christien Rioux
parent 20f55745b0
commit f454f56816
2 changed files with 14 additions and 52 deletions
+1
View File
@@ -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"] }