@@ -48,13 +48,13 @@ syn = { version = "2.0.89", features = ["printing"] }
4848futures = " 0.3.31"
4949macro-string = " 0.2.0"
5050
51- wat = " 1.256.0 "
52- wasmparser = " 0.256.0 "
53- wasm-encoder = " 0.256.0 "
54- wasm-metadata = { version = " 0.256.0 " , default-features = false }
55- wit-parser = " 0.256.0 "
56- wit-component = " 0.256.0 "
57- wasm-compose = " 0.256.0 "
51+ wat = { git = " https://github.com/chenyan2002/wasm-tools " , branch = " canon-ver-2 " }
52+ wasmparser = { git = " https://github.com/chenyan2002/wasm-tools " , branch = " canon-ver-2 " }
53+ wasm-encoder = { git = " https://github.com/chenyan2002/wasm-tools " , branch = " canon-ver-2 " }
54+ wasm-metadata = { git = " https://github.com/chenyan2002/wasm-tools " , branch = " canon-ver-2 " , default-features = false }
55+ wit-parser = { git = " https://github.com/chenyan2002/wasm-tools " , branch = " canon-ver-2 " }
56+ wit-component = { git = " https://github.com/chenyan2002/wasm-tools " , branch = " canon-ver-2 " }
57+ wasm-compose = { git = " https://github.com/chenyan2002/wasm-tools " , branch = " canon-ver-2 " }
5858
5959wit-bindgen-core = { path = ' crates/core' , version = ' 0.60.0' }
6060wit-bindgen-c = { path = ' crates/c' , version = ' 0.60.0' }
@@ -121,12 +121,3 @@ csharp = ['dep:wit-bindgen-csharp']
121121csharp-mono = [' csharp' ]
122122moonbit = [' dep:wit-bindgen-moonbit' ]
123123async = []
124-
125- [patch .crates-io ]
126- wat = { git = " https://github.com/chenyan2002/wasm-tools" , branch = " canon-ver-2" }
127- wasmparser = { git = " https://github.com/chenyan2002/wasm-tools" , branch = " canon-ver-2" }
128- wasm-encoder = { git = " https://github.com/chenyan2002/wasm-tools" , branch = " canon-ver-2" }
129- wasm-metadata = { git = " https://github.com/chenyan2002/wasm-tools" , branch = " canon-ver-2" }
130- wit-parser = { git = " https://github.com/chenyan2002/wasm-tools" , branch = " canon-ver-2" }
131- wit-component = { git = " https://github.com/chenyan2002/wasm-tools" , branch = " canon-ver-2" }
132- wasm-compose = { git = " https://github.com/chenyan2002/wasm-tools" , branch = " canon-ver-2" }
0 commit comments