Skip to content

Commit

Permalink
Downgrade wasm-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Mar 1, 2025
1 parent d243c99 commit 0475308
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
24 changes: 10 additions & 14 deletions 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 compiler-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib"]
gleam-core = { path = "../compiler-core" }
console_error_panic_hook = "0"
serde-wasm-bindgen = "0"
wasm-bindgen = { version = "0", features = ["serde-serialize"] }
wasm-bindgen = { version = "=0.2.99", features = ["serde-serialize"] }
tracing-wasm = "*"
camino.workspace = true
hexpm.workspace = true
Expand Down

0 comments on commit 0475308

Please sign in to comment.