Skip to content

Commit

Permalink
runtime-c-api: adding feature default-backend-singlepass to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
YaronWittenstein committed Aug 3, 2019
1 parent 9e51c39 commit a06fa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime-c-api/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ version = "0.6.0"
default = []
debug = ["wasmer-runtime/debug"]
llvm = ["wasmer-runtime/llvm"]
singlepass = ["wasmer-runtime/default-backend-singlepass", "wasmer-runtime-core/backend-singlepass"]
default-backend-singlepass = ["wasmer-runtime/default-backend-singlepass", "wasmer-runtime-core/backend-singlepass"]

[build-dependencies]
cbindgen = "0.9.0"

0 comments on commit a06fa40

Please sign in to comment.