Skip to content

Commit 6ce0f3a

Browse files
Bump wasmtime from 36.0.1 to 36.0.2 (#169)
1 parent 50ea0dc commit 6ce0f3a

File tree

3 files changed

+64
-64
lines changed

3 files changed

+64
-64
lines changed

Cargo.lock

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

src/hyperlight_wasm_aot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Application to precompile WebAssembly binaries to for hyperlight-wasm.
1212
"""
1313

1414
[dependencies]
15-
wasmtime = { version = "36.0.1", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
15+
wasmtime = { version = "36.0.2", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
1616
clap = "4.5"
1717
cargo_metadata = "0.22"
1818
cargo-util-schemas = "0.8.2"

src/wasm_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bench = false
1414
hyperlight-common = { version = "0.8.0", default-features = false }
1515
hyperlight-guest-bin = { version = "0.8.0", features = [ "printf" ] }
1616
hyperlight-guest = { version = "0.8.0" }
17-
wasmtime = { version = "36.0.1", default-features = false, features = [ "runtime", "custom-virtual-memory", "custom-native-signals", "component-model" ] }
17+
wasmtime = { version = "36.0.2", default-features = false, features = [ "runtime", "custom-virtual-memory", "custom-native-signals", "component-model" ] }
1818
hyperlight-wasm-macro = { path = "../hyperlight_wasm_macro" }
1919
spin = "0.9.8"
2020

0 commit comments

Comments
 (0)