Skip to content

Commit 3e116e9

Browse files
committed
docs: add note about multi-file Go component compilation support
- Multi-file Go packages now compile correctly in TinyGo WebAssembly components - Fixed go_wasm_component rule to pass entire module directory to TinyGo - Resolves undefined function errors in multi-file Go components
1 parent a13cae8 commit 3e116e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Universal file operations for Bazel build systems via WebAssembly components with enhanced security and cross-platform support.
44

5+
<!-- Multi-file Go component compilation now supported -->
6+
57
[![CI Status](https://github.com/pulseengine/bazel-file-ops-component/workflows/CI/badge.svg)](https://github.com/pulseengine/bazel-file-ops-component/actions)
68
[![Documentation](https://img.shields.io/badge/docs-available-blue.svg)](https://bazel-file-ops.pulseengine.eu)
79
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)

0 commit comments

Comments
 (0)