Update to newer cranelift which also requires an update to wasmparser 0.31.0.

This commit is contained in:
Nick Lewycky
2019-07-01 15:27:17 -07:00
parent 13c5f5e71b
commit fe38cc915b
7 changed files with 13 additions and 12 deletions

View File

@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.5.1" }
inkwell = { git = "https://github.com/wasmerio/inkwell", branch = "llvm7-0" }
wasmparser = "0.29.2"
wasmparser = "0.31.0"
hashbrown = "0.1.8"
smallvec = "0.6.8"
goblin = "0.0.20"