Skip to content

Commit 3326ff9

Browse files
authored
Update to wasm-tools 229 (#10601)
* Update to wasm-tools 229 A number of changes here: * New component model intrinsics (ignored for now, they're async-related) * Updated interface for reading binary operators, fixing a longstanding panic in Wasmtime. * Plumbing for error-context being a gated feature now in the component model. prtest:full * Update to crates.io
1 parent 3932e8f commit 3326ff9

11 files changed

Lines changed: 150 additions & 104 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -307,16 +307,16 @@ wit-bindgen = { version = "0.41.0", default-features = false }
307307
wit-bindgen-rust-macro = { version = "0.41.0", default-features = false }
308308

309309
# wasm-tools family:
310-
wasmparser = { version = "0.228.0", default-features = false, features = ['simd'] }
311-
wat = "1.228.0"
312-
wast = "228.0.0"
313-
wasmprinter = "0.228.0"
314-
wasm-encoder = "0.228.0"
315-
wasm-smith = "0.228.0"
316-
wasm-mutate = "0.228.0"
317-
wit-parser = "0.228.0"
318-
wit-component = "0.228.0"
319-
wasm-wave = "0.228.0"
310+
wasmparser = { version = "0.229.0", default-features = false, features = ['simd'] }
311+
wat = "1.229.0"
312+
wast = "229.0.0"
313+
wasmprinter = "0.229.0"
314+
wasm-encoder = "0.229.0"
315+
wasm-smith = "0.229.0"
316+
wasm-mutate = "0.229.0"
317+
wit-parser = "0.229.0"
318+
wit-component = "0.229.0"
319+
wasm-wave = "0.229.0"
320320

321321
# Non-Bytecode Alliance maintained dependencies:
322322
# --------------------------
@@ -588,4 +588,3 @@ opt-level = 's'
588588
inherits = "release"
589589
codegen-units = 1
590590
lto = true
591-

0 commit comments

Comments
 (0)