We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0313b0a commit b0305ebCopy full SHA for b0305eb
bindings/javascript/Cargo.toml
@@ -26,7 +26,7 @@ napi = { version = "2.14.1", default-features = false, features = ["napi4"] }
26
napi-derive = "2.14.4"
27
28
[target.'cfg(target_arch = "wasm32")'.dependencies]
29
-wasm-bindgen = "=0.2.99"
+wasm-bindgen = "=0.2.100"
30
serde-wasm-bindgen = "0.6"
31
getrandom = { version = "0.2", features = ["js"] }
32
serde = { version = "1", features = ["derive"], default-features = false }
0 commit comments