Skip to content

Commit e3bd7eb

Browse files
cpetigalexcrichton
andauthored
Prepare for wasm-tools 0.245 (#1521)
* Prepare for wasm-tools 0.245 * adapt to an even newer version of wasm-tools * adapt to new Parameter type * Update to crates.io-based versions of crates --------- Co-authored-by: Alex Crichton <alex@alexcrichton.com>
1 parent 105bf6c commit e3bd7eb

File tree

15 files changed

+186
-127
lines changed

15 files changed

+186
-127
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ prettyplease = "0.2.20"
3636
syn = { version = "2.0.89", features = ["printing"] }
3737
futures = "0.3.31"
3838

39-
wat = "1.244.0"
40-
wasmparser = "0.244.0"
41-
wasm-encoder = "0.244.0"
42-
wasm-metadata = { version = "0.244.0", default-features = false }
43-
wit-parser = "0.244.0"
44-
wit-component = "0.244.0"
45-
wasm-compose = "0.244.0"
39+
wat = "1.245.0"
40+
wasmparser = "0.245.0"
41+
wasm-encoder = "0.245.0"
42+
wasm-metadata = { version = "0.245.0", default-features = false }
43+
wit-parser = "0.245.0"
44+
wit-component = "0.245.0"
45+
wasm-compose = "0.245.0"
4646

4747
wit-bindgen-core = { path = 'crates/core', version = '0.52.0' }
4848
wit-bindgen-c = { path = 'crates/c', version = '0.52.0' }

0 commit comments

Comments
 (0)