Commit a26ade3
committed
Fix hello-world example
This updates the host part of `examples/hello-world` to use Wasmtime version 31.0.0 to fix an issue with compiling the previous version (25.0.1) with current Rust versions.
I also changed the GH Actions steps to (hopefully) make the build actually cacheable.1 parent a3558d0 commit a26ade3
File tree
4 files changed
+284
-261
lines changed- .github/workflows
- examples/hello-world/host
- src
4 files changed
+284
-261
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
207 | 209 | | |
208 | 210 | | |
209 | 211 | | |
| |||
0 commit comments