Fix fuzz build (#458)
Update to binaryen 0.8.1, as 0.5.0 doesn't build on current systems. Update to match API changes in wasmtime and wasmparser.
This commit is contained in:
committed by
Dan Gohman
parent
bd60aa8b5e
commit
c0c7851cb6
@@ -16,7 +16,7 @@ cranelift-wasm = { version = "0.47", features = ["enable-serde"] }
|
||||
cranelift-native = { version = "0.47" }
|
||||
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
|
||||
wasmparser = { version = "0.39.2", default-features = false }
|
||||
binaryen = "0.5.0"
|
||||
binaryen = "0.8.1"
|
||||
|
||||
[features]
|
||||
default = ["wasmparser/core"]
|
||||
|
||||
Reference in New Issue
Block a user