Skip to content

Commit 5c8ef4f

Browse files
authored
Update wasmtime (#598)
1 parent 7a69495 commit 5c8ef4f

File tree

4 files changed

+87
-99
lines changed

4 files changed

+87
-99
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ uuid = { version = "1.2.1", features = ["v4"] }
182182
walkdir = "2.2.5"
183183
wasmbin = "0.6"
184184

185-
wasmtime = { version = "14", default-features = false, features = ["cranelift"] }
185+
wasmtime = { version = "15", default-features = false, features = ["cranelift", "demangle", "addr2line", "cache"] }
186186

187187
# We use the "ondemand" feature to allow connecting after the start,
188188
# and reconnecting, from the tracy client to the database.

0 commit comments

Comments
 (0)