@@ -608,9 +608,9 @@ wit-component = { git = "https://github.com/bytecodealliance/wasm-tools" }
608608wasm-wave = { git = " https://github.com/bytecodealliance/wasm-tools" }
609609wasm-compose = { git = " https://github.com/bytecodealliance/wasm-tools" }
610610wasm-metadata = { git = " https://github.com/bytecodealliance/wasm-tools" }
611- wit-bindgen = { git = " https://github.com/bytecodealliance/witx-bindgen" }
612- wit-bindgen-rt = { git = " https://github.com/bytecodealliance/witx-bindgen" }
613- wit-bindgen-rust-macro = { git = " https://github.com/bytecodealliance/witx-bindgen" }
611+ # wit-bindgen = { git = "https://github.com/bytecodealliance/witx-bindgen" }
612+ # wit-bindgen-rt = { git = "https://github.com/bytecodealliance/witx-bindgen" }
613+ # wit-bindgen-rust-macro = { git = "https://github.com/bytecodealliance/witx-bindgen" }
614614
615615# wasmparser = { path = '../wasm-tools/crates/wasmparser' }
616616# wat = { path = '../wasm-tools/crates/wat' }
@@ -624,6 +624,6 @@ wit-bindgen-rust-macro = { git = "https://github.com/bytecodealliance/witx-bindg
624624# wasm-wave = { path = '../wasm-tools/crates/wasm-wave' }
625625# wasm-compose = { path = '../wasm-tools/crates/wasm-compose' }
626626# wasm-metadata = { path = '../wasm-tools/crates/wasm-metadata' }
627- # wit-bindgen = { path = '../wit-bindgen/crates/guest-rust' }
628- # wit-bindgen-rt = { path = '../wit-bindgen/crates/guest-rust/rt' }
629- # wit-bindgen-rust-macro = { path = '../wit-bindgen/crates/guest-rust/macro' }
627+ wit-bindgen = { path = ' ../wit-bindgen/crates/guest-rust' }
628+ wit-bindgen-rt = { path = ' ../wit-bindgen/crates/guest-rust/rt' }
629+ wit-bindgen-rust-macro = { path = ' ../wit-bindgen/crates/guest-rust/macro' }
0 commit comments