Webassembly skills for AI agents
8 practitioner-grade webassembly skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- Assemblyscript
Writing WebAssembly modules using AssemblyScript, a TypeScript-like language that compiles to Wasm
268 lines - Js Interop
JavaScript and WebAssembly interop patterns including memory sharing, type marshaling, and binding generation
276 lines - Performance
Optimizing WebAssembly performance including binary size, execution speed, memory usage, and profiling techniques
328 lines - Rust WASM
Compiling Rust to WebAssembly using wasm-pack, wasm-bindgen, and the Rust Wasm ecosystem
274 lines - Wasi
WebAssembly System Interface (WASI) for portable system-level access including filesystem, networking, and clocks
222 lines - WASM Basics
WebAssembly fundamentals including module structure, types, memory model, and binary/text formats
177 lines - WASM in Browser
Using WebAssembly in the browser for canvas rendering, audio processing, Web Workers, and DOM integration
324 lines - WASM Serverside
Running WebAssembly on the server with Wasmtime, Spin, WasmEdge, and other server-side runtimes
296 lines