Skip to content

Commit

Permalink
adding to llvm-backend feature: "wasmer-runtime/default-backend-llvm"
Browse files Browse the repository at this point in the history
  • Loading branch information
YaronWittenstein committed Aug 22, 2019
1 parent ad49e98 commit 86a3a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime-c-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ version = "0.6.0"
default = ["cranelift-backend"]
debug = ["wasmer-runtime/debug"]
cranelift-backend = ["wasmer-runtime/cranelift", "wasmer-runtime/default-backend-cranelift"]
llvm-backend = ["wasmer-runtime/llvm"]
llvm-backend = ["wasmer-runtime/llvm", "wasmer-runtime/default-backend-llvm"]
singlepass-backend = ["wasmer-runtime/singlepass", "wasmer-runtime/default-backend-singlepass"]

[build-dependencies]
Expand Down

0 comments on commit 86a3a75

Please sign in to comment.