Commit 4563aff
committed
fix: major breakthrough - resolve C++ toolchain issues and WIT world mismatch
Major fixes achieved:
- Added WebAssembly toolchain with Bazel strategy to avoid wrapper script issues
- Updated rules_wasm_component to commit 082d191 with wasmsign2 + C++ toolchain fixes
- Fixed WIT world name from 'file-operations-world' to 'file-ops-world' to match WIT definition
- C++ toolchain resolution now working - no more toolchain type errors
- TinyGo multi-file compilation working - reaches final WIT processing stage
Build now progresses through all major compilation stages successfully.
Only remaining issue: WIT file path resolution in wasm-tools component embed1 parent d66e891 commit 4563aff
2 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
86 | 96 | | |
87 | 97 | | |
88 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments