mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-03 18:41:33 +00:00
Move wasmer-dynasm-backend out of default-compiler.
This commit is contained in:
@ -33,10 +33,11 @@ optional = true
|
||||
|
||||
[features]
|
||||
default = ["default-compiler"]
|
||||
default-compiler = ["wasmer-clif-backend", "wasmer-dynasm-backend"]
|
||||
default-compiler = ["wasmer-clif-backend"]
|
||||
cache = ["default-compiler"]
|
||||
debug = ["wasmer-clif-backend/debug", "wasmer-runtime-core/debug"]
|
||||
llvm = ["wasmer-llvm-backend"]
|
||||
dynasm = ["wasmer-dynasm-backend"]
|
||||
|
||||
[[bench]]
|
||||
name = "nginx"
|
||||
|
Reference in New Issue
Block a user