Skip to content

Commit

Permalink
fix(wasm): Set resolver to v2
Browse files Browse the repository at this point in the history
resolver v1 causes wasm-bindgen to not compile anymore.
  • Loading branch information
schilkp committed Dec 4, 2024
1 parent a0ac615 commit 181b5b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/tband-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "tband_wasm"
version = "0.1.0"
edition = "2018"

resolver = "2"

[lib]
crate-type = ["cdylib", "rlib"]

Expand Down

0 comments on commit 181b5b3

Please sign in to comment.