Update cranelift to 0.44.0

This commit is contained in:
Artur Jamro
2019-09-25 09:18:34 -07:00
committed by Dan Gohman
parent 1848cc0868
commit 134bf467e7
15 changed files with 48 additions and 51 deletions

View File

@@ -12,9 +12,9 @@ readme = "README.md"
wasmtime-runtime = { path = "../wasmtime-runtime" }
wasmtime-environ = { path = "../wasmtime-environ" }
wasmtime-jit = { path = "../wasmtime-jit" }
cranelift-codegen = { version = "0.43.1", features = ["enable-serde"] }
cranelift-entity = { version = "0.43.1", features = ["enable-serde"] }
cranelift-wasm = { version = "0.43.1", features = ["enable-serde"] }
cranelift-codegen = { version = "0.44.0", features = ["enable-serde"] }
cranelift-entity = { version = "0.44.0", features = ["enable-serde"] }
cranelift-wasm = { version = "0.44.0", features = ["enable-serde"] }
target-lexicon = "0.8.1"
log = { version = "0.4.8", default-features = false }
libc = "0.2.60"