[package] name = "wasmer-runtime" version = "0.1.4" description = "Wasmer runtime library" license = "MIT" authors = ["The Wasmer Engineering Team "] repository = "https://github.com/wasmerio/wasmer" 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", optional = true } [features] default = ["wasmer-clif-backend"]