Skip to content

Commit

Permalink
Bump wasmtime to 6.0.0 (paritytech#13429)
Browse files Browse the repository at this point in the history
* Bump `wasmtime` to 6.0.0

* Disable cranelift egraphs
  • Loading branch information
koute authored and breathx committed Apr 22, 2023
1 parent 5150bba commit 1115af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/executor/wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ wasmtime = { version = "6.0.1", default-features = false, features = [
"jitdump",
"parallel-compilation",
"pooling-allocator"
], git = "https://github.com/paritytech/wasmtime.git", branch = "v5.0.0_lto_fix" }
] }
anyhow = "1.0.68"
sc-allocator = { version = "4.1.0-dev", path = "../../allocator" }
sc-executor-common = { version = "0.10.0-dev", path = "../common" }
Expand Down

0 comments on commit 1115af3

Please sign in to comment.