Skip to content

Commit e079220

Browse files
Update rust-wasm-bindgen monorepo
1 parent c5f6e7f commit e079220

2 files changed

Lines changed: 17 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ tracing-subscriber = { version = "0.3", optional = true } # For logging
108108

109109
# === WEB ===
110110
[target.'cfg(target_arch = "wasm32")'.dependencies] # Web dependencies
111-
wasm-bindgen = { version = "=0.2.114", optional = true } # Core bindings (same as wasmer)
111+
wasm-bindgen = { version = "=0.2.120", optional = true } # Core bindings (same as wasmer)
112112
wasm-bindgen-futures = { version = "0.4", optional = true } # Core bindings
113113
tokio = { version = "1.42", features = ["rt", "macros", "sync"], optional = true } # Asynchronous runtime
114114
web-sys = { version = "0.3", optional = true } # Core bindings

0 commit comments

Comments
 (0)