Commit cc67ead
committed
fix: platform transition now correctly selects wasm32-wasip2
- Update to commit 2a8c7b8e6fdf0dbdf1c4914f897e3f95f674e275 with repository context fix
- Use @rules_rust//rust/platform constraints for WASI version differentiation
- Platform transition successfully resolves to wasm32-wasip2 (not wasip1)
The toolchain is now correctly selecting wasm32-wasip2 as evidenced by:
external/rules_rust++rust+rust_macos_aarch64__wasm32-wasip2__stable_tools
Fixes #21 parent 3b9dae0 commit cc67ead
2 files changed
+6
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 3 | + | |
| 4 | + | |
21 | 5 | | |
22 | 6 | | |
23 | 7 | | |
24 | 8 | | |
25 | 9 | | |
26 | 10 | | |
27 | | - | |
| 11 | + | |
28 | 12 | | |
29 | 13 | | |
30 | 14 | | |
| |||
43 | 27 | | |
44 | 28 | | |
45 | 29 | | |
46 | | - | |
| 30 | + | |
47 | 31 | | |
48 | 32 | | |
49 | 33 | | |
| |||
53 | 37 | | |
54 | 38 | | |
55 | 39 | | |
56 | | - | |
| 40 | + | |
57 | 41 | | |
58 | 42 | | |
59 | 43 | | |
0 commit comments