Commit 92b82ea
committed
fix: resolve C++ header resolution for wasm32-wasip2 target
- Add C++ standard library include paths for wasm32-wasip2 target
- Fix component metadata to correctly report wasm32-wasip2 target
- Add missing toolchain field in component metadata
- Ensure C++ components can find <cmath> and other standard headers
Fixes CI build failures related to WASI-SDK C++ component compilation.1 parent 4b3bf4a commit 92b82ea
2 files changed
+22
-9
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 | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
| |||
179 | 185 | | |
180 | 186 | | |
181 | 187 | | |
182 | | - | |
| 188 | + | |
183 | 189 | | |
| 190 | + | |
184 | 191 | | |
185 | 192 | | |
186 | 193 | | |
| |||
424 | 431 | | |
425 | 432 | | |
426 | 433 | | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
427 | 440 | | |
428 | 441 | | |
429 | 442 | | |
| |||
0 commit comments