Commit 7ebe282
committed
chore(examples): Update Spin Rust SDK and other dependencies
The Rust examples were all using Spin SDK 2.2.0, which targets a release candidate of WASIp2, not the final version. That means they only ran in Spin, not other WASI runtimes such as Wasmtime.
This commit updates all applicable examples to the latest Spin SDK and changes the build target to `wasm32-wasip2` to directly build components.
Signed-off-by: Till Schneidereit <[email protected]>1 parent 5430ac1 commit 7ebe282
File tree
13 files changed
+2299
-365
lines changed- examples
- http-rust
- spin-timer/app-example
- src
- spin-wagi-http
- http-rust
- vault-variable-test
13 files changed
+2299
-365
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
0 commit comments