Update cranelift backend to fork version 0.44.0

This commit is contained in:
Brandon Fish
2019-09-25 23:37:39 -05:00
parent c52c44a6e5
commit c69cdeca9b
5 changed files with 60 additions and 52 deletions

View File

@ -7,7 +7,7 @@ readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
wasmparser = "0.37.0"
wasmparser = "0.39.1"
smallvec = "0.6"
goblin = "0.0.24"
libc = "0.2.60"