Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit f59581d

Browse files
authored
Merge pull request #171 from alexcrichton/new-async-abi
Update for new async ABI changes
2 parents 44a5160 + d06892f commit f59581d

54 files changed

Lines changed: 888 additions & 778 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

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

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -305,17 +305,17 @@ wit-bindgen-rt = { version = "0.42.1", default-features = false }
305305
wit-bindgen-rust-macro = { version = "0.42.1", default-features = false }
306306

307307
# wasm-tools family:
308-
wasmparser = { version = "0.230.0", default-features = false, features = ['simd'] }
309-
wat = "1.230.0"
310-
wast = "230.0.0"
311-
wasmprinter = "0.230.0"
312-
wasm-encoder = "0.230.0"
313-
wasm-smith = "0.230.0"
314-
wasm-mutate = "0.230.0"
315-
wit-parser = "0.230.0"
316-
wit-component = "0.230.0"
317-
wasm-wave = "0.230.0"
318-
wasm-compose = "0.230.0"
308+
wasmparser = { version = "0.232.0", default-features = false, features = ['simd'] }
309+
wat = "1.232.0"
310+
wast = "232.0.0"
311+
wasmprinter = "0.232.0"
312+
wasm-encoder = "0.232.0"
313+
wasm-smith = "0.232.0"
314+
wasm-mutate = "0.232.0"
315+
wit-parser = "0.232.0"
316+
wit-component = "0.232.0"
317+
wasm-wave = "0.232.0"
318+
wasm-compose = "0.232.0"
319319

320320
# Non-Bytecode Alliance maintained dependencies:
321321
# --------------------------
@@ -606,9 +606,9 @@ lto = true
606606
# wasm-wave = { git = "https://github.com/bytecodealliance/wasm-tools" }
607607
# wasm-compose = { git = "https://github.com/bytecodealliance/wasm-tools" }
608608
# wasm-metadata = { git = "https://github.com/bytecodealliance/wasm-tools" }
609-
# wit-bindgen = { git = "https://github.com/alexcrichton/wit-bindgen", branch = 'fix-a-tpyo' }
610-
# wit-bindgen-rt = { git = "https://github.com/alexcrichton/wit-bindgen", branch = 'fix-a-tpyo' }
611-
# wit-bindgen-rust-macro = { git = "https://github.com/alexcrichton/wit-bindgen", branch = 'fix-a-tpyo' }
609+
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen" }
610+
wit-bindgen-rt = { git = "https://github.com/bytecodealliance/wit-bindgen" }
611+
wit-bindgen-rust-macro = { git = "https://github.com/bytecodealliance/wit-bindgen" }
612612

613613
# wasmparser = { path = '../wasm-tools/crates/wasmparser' }
614614
# wat = { path = '../wasm-tools/crates/wat' }

0 commit comments

Comments
 (0)