From bd613ecafd645936da67e1d7e3940281aed3c9c7 Mon Sep 17 00:00:00 2001 From: Mark Bestavros Date: Tue, 16 Jul 2019 15:41:23 -0400 Subject: [PATCH] Utilize cranelift-codegen's new `all-arch` feature to maintain architecture support --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0045065d9d..9a604c68c9 100644 --- a/Cargo.toml +++ b/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"]