Skip to content

Commit

Permalink
Cargo.toml - renaming features
Browse files Browse the repository at this point in the history
  • Loading branch information
YaronWittenstein committed Aug 22, 2019
1 parent 2c3e5f0 commit 0d88882
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/runtime-c-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ path = "../runtime-core"
version = "0.6.0"

[features]
default = ["clif"]
default = ["cranelift-backend"]
debug = ["wasmer-runtime/debug"]
clif = ["wasmer-runtime/cranelift", "wasmer-runtime/default-backend-cranelift"]
llvm = ["wasmer-runtime/llvm"]
singlepass = ["wasmer-runtime/default-backend-singlepass", "wasmer-runtime-core/backend-singlepass"]
cranelift-backend = ["wasmer-runtime/cranelift", "wasmer-runtime/default-backend-cranelift"]
llvm-backend = ["wasmer-runtime/llvm"]
singlepass-backend = ["wasmer-runtime/default-backend-singlepass", "wasmer-runtime-core/backend-singlepass"]

[build-dependencies]
cbindgen = "0.9.0"

0 comments on commit 0d88882

Please sign in to comment.