Skip to content

Commit

Permalink
Update wasm-bindgen to avoid assertion failures in Rust 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
irh committed May 15, 2024
1 parent da47862 commit 2cba991
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
32 changes: 19 additions & 13 deletions website/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ toml = "0.8.12"
# Recursively walk a directory.
walkdir = "2.5.0"
# Easy support for interacting between JS and Rust.
wasm-bindgen = "0.2.79"
wasm-bindgen = "0.2.92"
# A logger for the browser console
wasm-logger = "0.2.0"
# Bindings for all Web APIs, a procedurally generated crate from WebIDL
Expand Down

0 comments on commit 2cba991

Please sign in to comment.