Skip to content

Commit 75eff64

Browse files
committed
Enable cross-compilation support in Cranelift
1 parent 4492f32 commit 75eff64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["dylib"]
99

1010
[dependencies]
1111
# These have to be in sync with each other
12-
cranelift-codegen = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main", features = ["unwind"] }
12+
cranelift-codegen = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main", features = ["unwind", "all-arch"] }
1313
cranelift-frontend = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main" }
1414
cranelift-module = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main" }
1515
cranelift-native = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main" }

0 commit comments

Comments
 (0)