Browse Source

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

pull/346/head
Mark Bestavros 5 years ago
committed by Dan Gohman
parent
commit
bd613ecafd
  1. 2
      Cargo.toml

2
Cargo.toml

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

Loading…
Cancel
Save