Utilize cranelift-codegen's new all-arch feature to maintain architecture support

This commit is contained in:
Mark Bestavros
2019-07-16 15:41:23 -04:00
committed by Dan Gohman
parent acd6a5ea58
commit bd613ecafd

View File

@@ -50,5 +50,7 @@ members = [
] ]
[features] [features]
# Enable all supported architectures by default.
default = ["cranelift-codegen/all-arch"]
lightbeam = ["wasmtime-environ/lightbeam", "wasmtime-jit/lightbeam"] lightbeam = ["wasmtime-environ/lightbeam", "wasmtime-jit/lightbeam"]
wasi-c = ["wasmtime-wasi-c"] wasi-c = ["wasmtime-wasi-c"]