mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-15 03:51:20 +00:00
runtime-c-api: adding feature default-backend-singlepass
to Cargo.toml
This commit is contained in:
parent
9e51c39144
commit
a06fa40faa
@ -26,7 +26,7 @@ version = "0.6.0"
|
|||||||
default = []
|
default = []
|
||||||
debug = ["wasmer-runtime/debug"]
|
debug = ["wasmer-runtime/debug"]
|
||||||
llvm = ["wasmer-runtime/llvm"]
|
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]
|
[build-dependencies]
|
||||||
cbindgen = "0.9.0"
|
cbindgen = "0.9.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user