Commit f0408aa
Bump Rust toolchain to 1.90 and wasmtime latest to 41.0.4
Wasmtime 42+ introduced a breaking error type change (anyhow::Error ->
wasmtime::Error) that requires broader runtime changes. Wasmtime 41 is
the latest version compatible with the current runtime error handling.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f60af58 commit f0408aa
6 files changed
Lines changed: 132 additions & 134 deletions
File tree
- .github/workflows
- src
- hyperlight_wasm_aot
- hyperlight_wasm_runtime
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments