From 1903914688a7b88461a65e51cf082d8e2c3ec062 Mon Sep 17 00:00:00 2001 From: Doug Anderson444 Date: Tue, 11 Feb 2025 12:13:46 -0400 Subject: [PATCH] add `js` feature to nodejs build --- bindings/wasm/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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 = []