Merge branch 'master' into fix/fpcc-workaround

This commit is contained in:
Syrus Akbary
2020-03-11 21:51:31 -07:00
committed by GitHub
28 changed files with 119 additions and 103 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "wasmer-llvm-backend"
version = "0.16.0"
version = "0.16.2"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
@ -10,7 +10,7 @@ edition = "2018"
readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.16.0", features = ["generate-debug-information-no-export-symbols"] }
wasmer-runtime-core = { path = "../runtime-core", version = "0.16.2", features = ["generate-debug-information-no-export-symbols"] }
wasmparser = "0.51.3"
smallvec = "0.6"
goblin = "0.0.24"