Cargo.toml - installing cranelif by default.

This commit is contained in:
Yaron Wittenstein
2019-08-22 13:24:25 +03:00
parent 4a74023793
commit 0b84d9b5af

View File

@ -25,8 +25,9 @@ path = "../runtime-core"
version = "0.6.0"
[features]
default = []
default = ["clif"]
debug = ["wasmer-runtime/debug"]
clif = ["wasmer-runtime/cranelift", "wasmer-runtime/default-backend-cranelift"]
llvm = ["wasmer-runtime/llvm"]
default-backend-singlepass = ["wasmer-runtime/default-backend-singlepass", "wasmer-runtime-core/backend-singlepass"]