Skip to content

Commit

Permalink
[WIP] Update Cranelift to 0.111
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 11, 2024
1 parent 918e11d commit fef910f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 53 deletions.
78 changes: 32 additions & 46 deletions Cargo.lock

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

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

[dependencies]
# These have to be in sync with each other
cranelift-codegen = { version = "0.110.1", default-features = false, features = ["std", "unwind", "all-arch"] }
cranelift-frontend = { version = "0.110.1" }
cranelift-module = { version = "0.110.1" }
cranelift-native = { version = "0.110.1" }
cranelift-jit = { version = "0.110.1", optional = true }
cranelift-object = { version = "0.110.1" }
cranelift-codegen = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-24.0.0", version = "0.111.0", default-features = false, features = ["std", "unwind", "all-arch"] }
cranelift-frontend = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-24.0.0", version = "0.111.0" }
cranelift-module = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-24.0.0", version = "0.111.0" }
cranelift-native = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-24.0.0", version = "0.111.0" }
cranelift-jit = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-24.0.0", version = "0.111.0", optional = true }
cranelift-object = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-24.0.0", version = "0.111.0" }
target-lexicon = "0.12.0"
gimli = { version = "0.28", default-features = false, features = ["write"]}
gimli = { version = "0.29", default-features = false, features = ["write"] }
object = { version = "0.36", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }

indexmap = "2.0.0"
Expand Down

0 comments on commit fef910f

Please sign in to comment.