Skip to content

Commit

Permalink
Depend on wasm-bindgen 0.2.89 or higher
Browse files Browse the repository at this point in the history
wasm-bindgen 0.2.83 is not compatible for a wasm ABI change that
rustc wishes to enable by default for wasm, 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 matches the C ABI, so depend on that.
  • Loading branch information
workingjubilee committed Aug 24, 2024
1 parent c1a1fe0 commit 6aa2826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ png = "0.16"
walkdir = "2.0"
criterion = "0.3"
wasm-bindgen-test = "0.3"
wasm-bindgen = "=0.2.83"
wasm-bindgen = "0.2.89"

[features]
default = ["rayon"]
Expand Down

0 comments on commit 6aa2826

Please sign in to comment.