Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f505157

Browse files
committed
Revert "Update Cranelift to 0.79.0"
This reverts commit a1037fa. There are two regressions in Cranelift with respect to small integer operations. Both have already been fixed on thebmain branch, but we will have to wait for a new Cranelift release. They have been fixed by bytecodealliance/wasmtime#3610 and bytecodealliance/wasmtime#3617.
1 parent b532f13 commit f505157

File tree

2 files changed

+34
-100
lines changed

2 files changed

+34
-100
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ crate-type = ["dylib"]
88

99
[dependencies]
1010
# These have to be in sync with each other
11-
cranelift-codegen = { version = "0.79.0", features = ["unwind", "all-arch"] }
12-
cranelift-frontend = "0.79.0"
13-
cranelift-module = "0.79.0"
14-
cranelift-native = "0.79.0"
15-
cranelift-jit = { version = "0.79.0", optional = true }
16-
cranelift-object = "0.79.0"
11+
cranelift-codegen = { version = "0.78.0", features = ["unwind", "all-arch"] }
12+
cranelift-frontend = "0.78.0"
13+
cranelift-module = "0.78.0"
14+
cranelift-native = "0.78.0"
15+
cranelift-jit = { version = "0.78.0", optional = true }
16+
cranelift-object = "0.78.0"
1717
target-lexicon = "0.12.0"
18-
gimli = { version = "0.26.1", default-features = false, features = ["write"] }
18+
gimli = { version = "0.25.0", default-features = false, features = ["write"]}
1919
object = { version = "0.27.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
2020

2121
ar = { git = "https://github.com/bjorn3/rust-ar.git", branch = "do_not_remove_cg_clif_ranlib" }

0 commit comments

Comments
 (0)