mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 08:01:33 +00:00
Add new test feature, enabled in test crates.
When test feature is enabled, turn on LLVM verifier. This was previously never enabled.
This commit is contained in:
@ -12,7 +12,7 @@ wabt = "0.9.1"
|
||||
wasmer-runtime-core = { path = "../runtime-core", version = "0.11.0" }
|
||||
wasmer-clif-backend = { path = "../clif-backend", version = "0.11.0", optional = true }
|
||||
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.11.0", optional = true }
|
||||
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.11.0", optional = true }
|
||||
wasmer-llvm-backend = { path = "../llvm-backend", version = "0.11.0", features = ["test"], optional = true }
|
||||
|
||||
[features]
|
||||
default = ["backend-cranelift"]
|
||||
|
Reference in New Issue
Block a user