wasm-integration
Installation
SKILL.md
WASM Integration
Use this skill to move WebAssembly integration from ad hoc wiring to validated artifact contracts.
Workflow
- Define integration contract.
- Document module roles, expected exports/imports, init symbol, and runtime constraints.
- Declare artifact locations and loader ownership.
- Build and package deterministically.
- Produce
.wasmand loader artifacts with reproducible build flags. - Keep artifact naming stable for deployment and caching.
- Validate bundle integrity.
- Verify wasm binary header/version and non-empty content.
- Verify loader files exist and include WASM instantiation path.
- Verify required symbols are referenced by loader contract.