We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b3246 commit f46efc8Copy full SHA for f46efc8
bindings/javascript/Cargo.toml
@@ -26,7 +26,6 @@ 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
-# Pinned due to a bug in the return type: https://github.com/rustwasm/wasm-bindgen/pull/4210
30
wasm-bindgen = "=0.2.99"
31
serde-wasm-bindgen = "0.6"
32
getrandom = { version = "0.2", features = ["js"] }
0 commit comments