starshine-mb
unreleased @https://github.com/jtenner/starshine-mb
A WebAssembly-focused toolkit and optimization pipeline implemented in MoonBit, providing encoding, validation, and transformation infrastructure.
starshine-mb
starshine-mb is a WebAssembly tooling project implemented in MoonBit, focused on building a robust foundation for encoding, decoding, validation, and optimization of WASM modules.
The project explores compiler-style infrastructure, including:
- Canonical WASM representations (flat and tree-based IRs)
- Validation pipelines for ensuring module correctness
- Optimization passes inspired by Binaryen
- Transformation systems designed for performance and composability