File Operations WebAssembly Components
This release includes both TinyGo and Rust implementations of file operations components:
TinyGo Implementation
- Security-focused: Minimal attack surface and compact binaries
- WASI Preview 2: Native support for modern WebAssembly runtimes
- JSON API: Compatible with existing JSON batch operations
Rust Implementation
- Performance-optimized: Advanced streaming I/O and parallel processing
- Feature-rich: Comprehensive error handling and security validation
- Enhanced API: Extended capabilities beyond basic file operations
Usage
Download the appropriate package for your platform and integrate with your Bazel build system using the dual implementation toolchain.
See documentation for detailed integration instructions.