Commit 1745d75
committed
Switch TCP routing example to wasm32-wasi target and pin MSRV-compatible deps
- Change build target from wasm32-wasip1 to wasm32-wasi for MSRV (1.65) compatibility
- Update docker-compose.yaml to mount wasm32-wasi artifact path
- Pin build dependencies to latest MSRV-compatible versions:
- prost-build 0.11.9, quote 1.0.41, proc-macro2 1.0 (existing pins)
- indexmap 2.11.4, home 0.5.5 (pinned transitive deps)
- Update README.md build instructions to reflect new target
The wasm32-wasip1 target is not available in Rust 1.65. By switching to
wasm32-wasi and constraining transitive dependencies that require newer
Rust editions (indexmap 2.12+ needs edition 2024, home 0.5.12+ needs
edition 2024), we ensure the example builds with the project's MSRV.
Signed-off-by: Christof Gerber <[email protected]>1 parent f74a46a commit 1745d75
File tree
3 files changed
+12
-7
lines changed- examples/envoy_tcp_routing
3 files changed
+12
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments