Update cranelift to 0.37.0 (#236)

Closed #228, #227, #226, #225, #224
This commit is contained in:
Yury Delendik
2019-08-01 20:46:34 -05:00
committed by GitHub
parent 1bdec4ca36
commit 0bc9d1fe6f
10 changed files with 30 additions and 30 deletions

View File

@@ -11,9 +11,9 @@ cargo-fuzz = true
[dependencies]
wasmtime-environ = { path = "../wasmtime-environ" }
wasmtime-jit = { path = "../wasmtime-jit" }
cranelift-codegen = { version = "0.36.0", features = ["enable-serde"] }
cranelift-wasm = { version = "0.36.0", features = ["enable-serde"] }
cranelift-native = "0.36.0"
cranelift-codegen = { version = "0.37.0", features = ["enable-serde"] }
cranelift-wasm = { version = "0.37.0", features = ["enable-serde"] }
cranelift-native = "0.37.0"
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
wasmparser = { version = "0.32.1", default-features = false }
binaryen = "0.5.0"