Cranelift backend update to fork of clif version 0.43.1

This commit is contained in:
Brandon Fish
2019-09-21 13:06:54 -05:00
parent 7d9e6d8caa
commit f48d6f6690
13 changed files with 116 additions and 84 deletions

View File

@ -10,7 +10,7 @@ readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.7.0" }
wasmparser = "0.35.1"
wasmparser = { version = "0.37.0", default-features = false }
dynasm = "0.3.2"
dynasmrt = "0.3.1"
lazy_static = "1.4"