Skip to content

Commit

Permalink
Merge branch 'c-api-cargo-singlepass-feature' into deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
YaronWittenstein committed Aug 22, 2019
2 parents 4776aeb + 0b84d9b commit 46c2e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/runtime-c-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 46c2e82

Please sign in to comment.