Merge branch 'master' into feat-runtime-core-clos-host-function

This commit is contained in:
Ivan Enderlin
2019-11-12 14:36:33 +01:00
22 changed files with 136 additions and 134 deletions

View File

@@ -1,12 +1,12 @@
[package]
name = "wasmer-llvm-backend"
version = "0.10.0"
version = "0.10.1"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.10.0" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.10.1" }
wasmparser = "0.39.1"
smallvec = "0.6"
goblin = "0.0.24"