Skip to content

Commit

Permalink
Revert "Update to Cranelift 0.89.0"
Browse files Browse the repository at this point in the history
It added a lot of extra dependencies. I opened bytecodealliance/wasmtime#5101
to remove those dependencies again.

This reverts commit da770ab.
  • Loading branch information
bjorn3 committed Oct 23, 2022
1 parent b930e2d commit 266e967
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 154 deletions.
172 changes: 24 additions & 148 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ crate-type = ["dylib"]

[dependencies]
# These have to be in sync with each other
cranelift-codegen = { version = "0.89", features = ["unwind", "all-arch"] }
cranelift-frontend = "0.89"
cranelift-module = "0.89"
cranelift-native = "0.89"
cranelift-jit = { version = "0.89", optional = true }
cranelift-object = "0.89"
cranelift-codegen = { version = "0.88.1", features = ["unwind", "all-arch"] }
cranelift-frontend = "0.88.1"
cranelift-module = "0.88.1"
cranelift-native = "0.88.1"
cranelift-jit = { version = "0.88.1", optional = true }
cranelift-object = "0.88.1"
target-lexicon = "0.12.0"
gimli = { version = "0.26.0", default-features = false, features = ["write"]}
object = { version = "0.29.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
Expand Down

0 comments on commit 266e967

Please sign in to comment.