We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2eef2 commit a8fbe1dCopy full SHA for a8fbe1d
Cargo.toml
@@ -27,7 +27,7 @@ image = "0.24.6"
27
28
# dependencies exclusive for wasm32
29
[target.'cfg(target_arch = "wasm32")'.dependencies]
30
-wasm-bindgen = { version = "0.2.84", features = ["serde", "serde-serialize"] }
+wasm-bindgen = { version = "0.2.92", features = ["serde", "serde-serialize"] }
31
console_error_panic_hook = "0.1"
32
wasm-bindgen-futures = "0.4.33"
33
async-std = "1.12.0"
0 commit comments