Skip to content

Commit

Permalink
Update wasmtime to version 23 (#828)
Browse files Browse the repository at this point in the history
This should fix the `asr-debugger` from crashing when loading .NET 9
auto splitters.
  • Loading branch information
CryZe authored Jul 22, 2024
1 parent 3c3762b commit f070c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/livesplit-auto-splitting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ sysinfo = { version = "0.30.0", default-features = false, features = [
"multithread",
] }
time = { version = "0.3.3", default-features = false }
wasmtime = { version = "22.0.0", default-features = false, features = [
wasmtime = { version = "23.0.0", default-features = false, features = [
"cranelift",
"parallel-compilation",
"runtime",
] }
wasmtime-wasi = { version = "22.0.0", default-features = false, features = [
wasmtime-wasi = { version = "23.0.0", default-features = false, features = [
"preview1",
] }

Expand Down

0 comments on commit f070c1a

Please sign in to comment.