Move wasmer-dynasm-backend out of default-compiler.

This commit is contained in:
losfair
2019-03-18 16:22:57 +08:00
parent cd5c1456d7
commit b06a49e1c0

View File

@ -33,10 +33,11 @@ optional = true
[features] [features]
default = ["default-compiler"] default = ["default-compiler"]
default-compiler = ["wasmer-clif-backend", "wasmer-dynasm-backend"] default-compiler = ["wasmer-clif-backend"]
cache = ["default-compiler"] cache = ["default-compiler"]
debug = ["wasmer-clif-backend/debug", "wasmer-runtime-core/debug"] debug = ["wasmer-clif-backend/debug", "wasmer-runtime-core/debug"]
llvm = ["wasmer-llvm-backend"] llvm = ["wasmer-llvm-backend"]
dynasm = ["wasmer-dynasm-backend"]
[[bench]] [[bench]]
name = "nginx" name = "nginx"