Skip to content

Commit b663725

Browse files
committed
fixed size list support is in wasm-tools master
1 parent 46e9b5c commit b663725

2 files changed

Lines changed: 67 additions & 53 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -330,16 +330,17 @@ wit-bindgen-rt = { version = "0.43.0", default-features = false }
330330
wit-bindgen-rust-macro = { version = "0.43.0", default-features = false }
331331

332332
# wasm-tools family:
333-
wasmparser = { git = "https://github.com/cpetig/wasm-tools", branch = "fixed-length-list", default-features = false, features = ['simd'] }
334-
wat = { git = "https://github.com/cpetig/wasm-tools", branch = "fixed-length-list" }
335-
wast = { git = "https://github.com/cpetig/wasm-tools", branch = "fixed-length-list" }
336-
wasmprinter = { git = "https://github.com/cpetig/wasm-tools", branch = "fixed-length-list" }
337-
wasm-encoder = { git = "https://github.com/cpetig/wasm-tools", branch = "fixed-length-list" }
338-
wasm-smith = { git = "https://github.com/cpetig/wasm-tools", branch = "fixed-length-list" }
339-
wasm-mutate = { git = "https://github.com/cpetig/wasm-tools", branch = "fixed-length-list" }
340-
wit-parser = { git = "https://github.com/cpetig/wasm-tools", branch = "fixed-length-list" }
341-
wit-component = { git = "https://github.com/cpetig/wasm-tools", branch = "fixed-length-list" }
342-
wasm-wave = { git = "https://github.com/cpetig/wasm-tools", branch = "fixed-length-list" }
333+
wasmparser = { version = "0.235.0", default-features = false, features = ['simd'] }
334+
wat = "1.235.0"
335+
wast = "235.0.0"
336+
wasmprinter = "0.235.0"
337+
wasm-encoder = "0.235.0"
338+
wasm-smith = "0.235.0"
339+
wasm-mutate = "0.235.0"
340+
wit-parser = "0.235.0"
341+
wit-component = "0.235.0"
342+
wasm-wave = "0.235.0"
343+
wasm-compose = "0.235.0"
343344

344345
# Non-Bytecode Alliance maintained dependencies:
345346
# --------------------------

0 commit comments

Comments
 (0)