Commit a32f25d
authored
fix: pin wasmtime 36.0.6 to match AOT compiler (#47)
The dependabot bump to wasmtime 36.0.7 (commit 7a88a5e) caused a version
mismatch between the runtime (built from workspace Cargo.lock) and the
hyperlight-wasm-aot CLI (installed from a pinned git rev with its own
Cargo.lock at 36.0.6). Guest .aot files compiled with 36.0.6 cannot be
loaded by a 36.0.7 runtime.
Pin wasmtime back to 36.0.6 and exclude wasmtime/wasmtime-* from
dependabot auto-bumps — these must be updated together with the
hyperlight-wasm dependency.1 parent 7a88a5e commit a32f25d
3 files changed
Lines changed: 94 additions & 84 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
14 | 22 | | |
15 | 23 | | |
16 | 24 | | |
| |||
0 commit comments