switch to branch of wasm-tools for now

This commit is contained in:
Chris Fallin 2024-06-21 21:42:04 -07:00 committed by Graham Kelly
parent eab940024b
commit c22215b103

View file

@ -7,8 +7,8 @@ license = "Apache-2.0 WITH LLVM-exception"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
wasmparser = { path = "../wasm-tools/crates/wasmparser" } wasmparser = { git = "https://github.com/cfallin/wasm-tools", branch = "func-into-raw-body" }
wasm-encoder = { path = "../wasm-tools/crates/wasm-encoder" } wasm-encoder = { git = "https://github.com/cfallin/wasm-tools", branch = "func-into-raw-body" }
anyhow = "1.0" anyhow = "1.0"
structopt = "0.3" structopt = "0.3"
log = "0.4" log = "0.4"