about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-06-10 12:18:10 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2021-06-10 12:18:10 +0200
commit75eff64977ff149ead73bc0077bac5872d599aa2 (patch)
treee07d27e084dae3936e7944abd642a1262bcf53ef
parent4492f32d155dcee58f9550387c38231e10570878 (diff)
downloadrust-75eff64977ff149ead73bc0077bac5872d599aa2.tar.gz
rust-75eff64977ff149ead73bc0077bac5872d599aa2.zip
Enable cross-compilation support in Cranelift
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1bd7b89ac0a..ef68d7ee532 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ crate-type = ["dylib"]
 
 [dependencies]
 # These have to be in sync with each other
-cranelift-codegen = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main", features = ["unwind"] }
+cranelift-codegen = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main", features = ["unwind", "all-arch"] }
 cranelift-frontend = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main" }
 cranelift-module = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main" }
 cranelift-native = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main" }