Skip to content

Commit 6e5ca49

Browse files
chore(bindgen): temporarily use pre-merged wit-bindgen code
1 parent 5b180d5 commit 6e5ca49

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ wasmprinter = { version = "0.240.0", default-features = false }
4141
wasmtime-environ = { version = "37.0.1", features= [ "component-model", "compile" ] }
4242
wat = { version = "1.240.0", default-features = false }
4343

44-
#wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "799fdb6838b319f98b8d6472cb52f9301218791b", default-features = false }
45-
#wit-bindgen-core = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "799fdb6838b319f98b8d6472cb52f9301218791b", default-features = false }
46-
47-
wit-bindgen = { path = "../wit-bindgen/crates/guest-rust", default-features = false }
48-
wit-bindgen-core = { path = "../wit-bindgen/crates/core", default-features = false }
44+
# TODO: replace with upstream once merged
45+
# see: https://github.com/bytecodealliance/wit-bindgen/pull/1455
46+
wit-bindgen = { git = "https://github.com/vados-cosmonic/wit-bindgen", rev = "d1aaca25a73ecf1e3fdd990c69b2f6db1a5f3edd", default-features = false }
47+
wit-bindgen-core = { git = "https://github.com/vados-cosmonic/wit-bindgen", rev = "d1aaca25a73ecf1e3fdd990c69b2f6db1a5f3edd", default-features = false }
4948

5049
wit-component = { version = "0.240.0", features = ["dummy-module"] }
5150
wit-parser = { version = "0.240.0", default-features = false }

0 commit comments

Comments
 (0)