You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments