Skip to content

Commit 24365da

Browse files
committed
update wasm-tools and wit-bindgen
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 3329427 commit 24365da

2 files changed

Lines changed: 63 additions & 65 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -294,20 +294,20 @@ io-lifetimes = { version = "2.0.3", default-features = false }
294294
io-extras = "0.18.1"
295295
rustix = "0.38.43"
296296
# wit-bindgen:
297-
wit-bindgen = { version = "0.37.0", default-features = false }
298-
wit-bindgen-rust-macro = { version = "0.37.0", default-features = false }
297+
wit-bindgen = { version = "0.38.0", default-features = false }
298+
wit-bindgen-rust-macro = { version = "0.38.0", default-features = false }
299299

300300
# wasm-tools family:
301-
wasmparser = { version = "0.223.0", default-features = false, features = ['simd'] }
302-
wat = "1.223.0"
303-
wast = "223.0.0"
304-
wasmprinter = "0.223.0"
305-
wasm-encoder = "0.223.0"
306-
wasm-smith = "0.223.0"
307-
wasm-mutate = "0.223.0"
308-
wit-parser = "0.223.0"
309-
wit-component = "0.223.0"
310-
wasm-wave = "0.223.0"
301+
wasmparser = { version = "0.224.0", default-features = false, features = ['simd'] }
302+
wat = "1.224.0"
303+
wast = "224.0.0"
304+
wasmprinter = "0.224.0"
305+
wasm-encoder = "0.224.0"
306+
wasm-smith = "0.224.0"
307+
wasm-mutate = "0.224.0"
308+
wit-parser = "0.224.0"
309+
wit-component = "0.224.0"
310+
wasm-wave = "0.224.0"
311311

312312
# Non-Bytecode Alliance maintained dependencies:
313313
# --------------------------
@@ -564,21 +564,3 @@ opt-level = 's'
564564
inherits = "release"
565565
codegen-units = 1
566566
lto = true
567-
568-
# TODO: Remove these patches once wit-bindgen 0.38 and wasm-tools 1.224 are available:
569-
[patch.crates-io]
570-
wit-bindgen = { git = "https://github.com/dicej/wit-bindgen", branch = "feat/stream-unit" }
571-
wit-bindgen-rt = { git = "https://github.com/dicej/wit-bindgen", branch = "feat/stream-unit" }
572-
wit-bindgen-rust-macro = { git = "https://github.com/dicej/wit-bindgen", branch = "feat/stream-unit" }
573-
wasmparser = { git = "https://github.com/bytecodealliance/wasm-tools" }
574-
wasm-metadata = { git = "https://github.com/bytecodealliance/wasm-tools" }
575-
wat = { git = "https://github.com/bytecodealliance/wasm-tools" }
576-
wast = { git = "https://github.com/bytecodealliance/wasm-tools" }
577-
wasmprinter = { git = "https://github.com/bytecodealliance/wasm-tools" }
578-
wasm-encoder = { git = "https://github.com/bytecodealliance/wasm-tools" }
579-
wasm-smith = { git = "https://github.com/bytecodealliance/wasm-tools" }
580-
wasm-mutate = { git = "https://github.com/bytecodealliance/wasm-tools" }
581-
wit-parser = { git = "https://github.com/bytecodealliance/wasm-tools" }
582-
wit-component = { git = "https://github.com/bytecodealliance/wasm-tools" }
583-
wasm-wave = { git = "https://github.com/bytecodealliance/wasm-tools" }
584-

0 commit comments

Comments
 (0)