@tyndall/wasm
v0.0.15
Published
WebAssembly adapter package implementing UIAdapter contracts for WASM-backed rendering pipelines.
Downloads
119
Readme
@tyndall/wasm
Overview
WebAssembly adapter package implementing UIAdapter contracts for WASM-backed rendering pipelines.
Responsibilities
- Provide WASM adapter, factory, and registry implementations
- Provide WASM instantiation helper for runtime setup
Public API Highlights
- createWasmAdapter
- instantiateWasmModule
- createWasmAdapterRegistry
Development
- Build: bun run --filter @tyndall/wasm build
- Test (from workspace root): bun test
Documentation
- Package specification: spec.md
- Package architecture: architecture.md
- Package changes: CHANGELOG.md
Maintenance Rules
- Keep this document aligned with implemented package behavior.
- Update spec.md and architecture.md whenever package contracts or design boundaries change.
- Record user-visible package changes in CHANGELOG.md.
