Problem
WBAB currently focuses on C++ (MinGW) builds. Projects requiring portable, cross-platform CLIs (like WinInspect) often use Go. Currently, developers must manually orchestrate the container in local wrappers.
Proposed Implementation Strategy
- Detection: Update WBAB core to detect in the project root.
- Container Integration: Integrate as a standard toolchain image.
- Configuration: Support a block in the project metadata to specify targets (e.g., , ).
- Lifecycle Mapping: Automatically map Go build outputs to the global directory during the phase.
Problem
WBAB currently focuses on C++ (MinGW) builds. Projects requiring portable, cross-platform CLIs (like WinInspect) often use Go. Currently, developers must manually orchestrate the container in local wrappers.
Proposed Implementation Strategy