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:
Josh Triplett
2019-11-04 20:45:42 -08:00
committed by Dan Gohman
parent bd60aa8b5e
commit c0c7851cb6
3 changed files with 6 additions and 6 deletions

View File

@@ -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"]