This commit is contained in:
Lachlan Sneff
2019-02-19 15:36:22 -08:00
parent 3c7dc200fa
commit 82eea00a02
20 changed files with 267 additions and 257 deletions

View File

@ -9,10 +9,15 @@ edition = "2018"
readme = "README.md"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.1.2" }
wasmer-clif-backend = { path = "../clif-backend", version = "0.1.2" }
lazy_static = "1.2.0"
[dependencies.wasmer-runtime-core]
path = "../runtime-core"
version = "0.1.2"
[dependencies.wasmer-clif-backend]
path = "../clif-backend"
version = "0.1.2"
[features]
default = ["wasmer-clif-backend/cache", "wasmer-runtime-core/cache"]
debug = ["wasmer-clif-backend/debug", "wasmer-runtime-core/debug"]