Skip to content

Commit cac09df

Browse files
committed
Remove pulley-interpreter dependency
1 parent 70c3bed commit cac09df

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

Cargo.lock

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

99
[dependencies]
1010
# These have to be in sync with each other
11-
cranelift-codegen = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-25.0.0", version = "0.112.0", default-features = false, features = ["std", "unwind", "all-arch"] }
11+
cranelift-codegen = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-25.0.0", version = "0.112.0", default-features = false, features = ["std", "unwind", "x86", "arm64", "s390x", "riscv64"] }
1212
cranelift-frontend = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-25.0.0", version = "0.112.0" }
1313
cranelift-module = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-25.0.0", version = "0.112.0" }
1414
cranelift-native = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-25.0.0", version = "0.112.0" }

0 commit comments

Comments
 (0)