Merge branch 'master' into feature/remove-call-protected

This commit is contained in:
Lachlan Sneff
2019-04-17 14:14:36 -07:00
committed by GitHub
6 changed files with 94 additions and 4 deletions

View File

@ -8,7 +8,7 @@ authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.3.0" }
wasmparser = "0.28.0"
dynasm = "0.3.1"
dynasmrt = "0.3.1"