diff --git a/bindings/wasm/Cargo.toml b/bindings/wasm/Cargo.toml index 7fcf66f27..2fdcf3f3c 100644 --- a/bindings/wasm/Cargo.toml +++ b/bindings/wasm/Cargo.toml @@ -17,6 +17,7 @@ limbo_core = { path = "../../core", default-features = false } wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" web-sys = "0.3" +getrandom = { version = "0.2.15", features = ["js"] } [features] web = []