switch to branch of wasm-tools for now
This commit is contained in:
parent
eab940024b
commit
c22215b103
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue