wasm-integration

Installation
SKILL.md

WASM Integration

Use this skill to move WebAssembly integration from ad hoc wiring to validated artifact contracts.

Workflow

  1. Define integration contract.
  • Document module roles, expected exports/imports, init symbol, and runtime constraints.
  • Declare artifact locations and loader ownership.
  1. Build and package deterministically.
  • Produce .wasm and loader artifacts with reproducible build flags.
  • Keep artifact naming stable for deployment and caching.
  1. 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.
Related skills

More from egorfedorov/slot-casino-game-developer-skills-for-stake-engine

Installs
3
GitHub Stars
4
First Seen
Mar 10, 2026