diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-06-10 12:18:10 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-06-10 12:18:10 +0200 |
| commit | 75eff64977ff149ead73bc0077bac5872d599aa2 (patch) | |
| tree | e07d27e084dae3936e7944abd642a1262bcf53ef | |
| parent | 4492f32d155dcee58f9550387c38231e10570878 (diff) | |
| download | rust-75eff64977ff149ead73bc0077bac5872d599aa2.tar.gz rust-75eff64977ff149ead73bc0077bac5872d599aa2.zip | |
Enable cross-compilation support in Cranelift
| -rw-r--r-- | Cargo.toml | 2 |
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" } |
