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

Commit ae04b01

Browse files
committed
switch back to upstream wit-bindgen
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 89e49e1 commit ae04b01

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -632,12 +632,9 @@ lto = true
632632
# wasm-wave = { git = "https://github.com/bytecodealliance/wasm-tools" }
633633
# wasm-compose = { git = "https://github.com/bytecodealliance/wasm-tools" }
634634
# wasm-metadata = { git = "https://github.com/bytecodealliance/wasm-tools" }
635-
# wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen" }
636-
# wit-bindgen-rt = { git = "https://github.com/bytecodealliance/wit-bindgen" }
637-
# wit-bindgen-rust-macro = { git = "https://github.com/bytecodealliance/wit-bindgen" }
638-
wit-bindgen = { git = "https://github.com/dicej/wit-bindgen", branch = "no-reads-writes-after-dropped" }
639-
wit-bindgen-rt = { git = "https://github.com/dicej/wit-bindgen", branch = "no-reads-writes-after-dropped" }
640-
wit-bindgen-rust-macro = { git = "https://github.com/dicej/wit-bindgen", branch = "no-reads-writes-after-dropped" }
635+
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen" }
636+
wit-bindgen-rt = { git = "https://github.com/bytecodealliance/wit-bindgen" }
637+
wit-bindgen-rust-macro = { git = "https://github.com/bytecodealliance/wit-bindgen" }
641638

642639
# wasmparser = { path = '../wasm-tools/crates/wasmparser' }
643640
# wat = { path = '../wasm-tools/crates/wat' }

0 commit comments

Comments
 (0)