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: ensure TinyGo always compiles entire Go module directory
- Remove conditional main.go detection logic that was still causing single-file compilation
- Always pass the module directory to TinyGo instead of individual files
- Enables multi-file Go package compilation for WebAssembly components
- Resolves undefined function errors in multi-file Go components
0 commit comments