Skip to content

Commit 193ed1f

Browse files
workingjubileeseanmonstar
authored andcommitted
chore: Depend on wasm-bindgen 0.2.89 or higher
wasm-bindgen 0.2.68 is not compatible with a wasm ABI change that rustc wishes to enable by default for wasm32-unknown-unknown, currently gated behind passing the -Zwasm-c-abi flag to rustc. wasm-bindgen 0.2.89 should exhibit seamless behavior before and after the ABI change to match the C ABI, so depend on that.
1 parent 88bd9be commit 193ed1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ system-configuration = { version = "0.6.0", optional = true }
191191
[target.'cfg(target_arch = "wasm32")'.dependencies]
192192
js-sys = "0.3.45"
193193
serde_json = "1.0"
194-
wasm-bindgen = "0.2.68"
194+
wasm-bindgen = "0.2.89"
195195
wasm-bindgen-futures = "0.4.18"
196196
wasm-streams = { version = "0.4", optional = true }
197197

@@ -216,7 +216,7 @@ features = [
216216
]
217217

218218
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
219-
wasm-bindgen = { version = "0.2.68", features = ["serde-serialize"] }
219+
wasm-bindgen = { version = "0.2.89", features = ["serde-serialize"] }
220220
wasm-bindgen-test = "0.3"
221221

222222
[lints.rust]

0 commit comments

Comments
 (0)