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++ component compilation and file operations issues
- Fix file_ops_actions.bzl to properly copy source files to workspace directory
- Resolve C++ compilation issue by using clang instead of clang++ for WebAssembly
- Add dependency library linking support for C++ components
- Both C and C++ components now build successfully with proper file operations
Fixes#21: C++ component file operations and compilation failures
0 commit comments