Merge remote-tracking branch 'origin/master' into feature/osr

This commit is contained in:
losfair
2019-06-24 23:35:47 +08:00
49 changed files with 1018 additions and 344 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "wasmer-singlepass-backend"
version = "0.4.2"
version = "0.5.0"
repository = "https://github.com/wasmerio/wasmer"
description = "Wasmer runtime single pass compiler backend"
license = "MIT"
@ -8,7 +8,7 @@ authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.4.2" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.5.0" }
wasmparser = "0.29.2"
dynasm = "0.3.2"
dynasmrt = "0.3.1"