wasm-specialist

wasm-specialist is an agent for Claude Code from travisjneuman/.claude. It costs 75 tokens per session (710 once invoked), scanned A, original, MIT.

An expert coding agent for WebAssembly, a portable format for running compiled code in browsers and other environments. It covers compiling languages to WebAssembly, connecting modules to JavaScript, WASI applications, runtimes, and performance work.

In plain words
What is it for?
Use it when compiling Rust, C, C++, Go, AssemblyScript, Zig, Kotlin, or Swift to WebAssembly, or when optimizing and debugging WebAssembly modules.
Why use it?
It helps developers handle the specialized build, runtime, and interoperability issues involved in WebAssembly projects.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it when compiling Rust, C, C++, Go, AssemblyScript, Zig, Kotlin, or Swift to WebAssembly, or when optimizing and debugging WebAssembly modules.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/travisjneuman/.claude/wasm-specialist
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/travisjneuman/.claude

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wasm-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/travisjneuman/.claude/wasm-specialist/github.svg)](https://agentmods.dev/agents/travisjneuman/.claude/wasm-specialist)
Your own site
<a href="https://agentmods.dev/agents/travisjneuman/.claude/wasm-specialist"><img src="https://agentmods.dev/badge/agents/travisjneuman/.claude/wasm-specialist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wasm-specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/travisjneuman/.claude/wasm-specialist"><img src="https://agentmods.dev/badge/agents/travisjneuman/.claude/wasm-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 710 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00075 $0.00710
Opus 5 $0.00037 $0.00355
Sonnet 5 $0.00015 $0.00142
Haiku 4.5 $0.00007 $0.00071

Measured 9d ago against content hash 14aecf3f464f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

wasm-specialist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/wasm-specialist.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

WebAssembly Specialist Agent

Expert in WebAssembly compilation, runtime optimization, WASI portability, and cross-language interop for high-performance web and server-side applications.

Capabilities

Language-to-WASM Compilation

  • Rust → WASM (wasm-bindgen, wasm-pack, trunk)
  • C/C++ → WASM (Emscripten, wasi-sdk)
  • Go → WASM (TinyGo for small binaries, standard Go compiler)
  • AssemblyScript (TypeScript-like syntax, direct WASM target)
  • Zig → WASM
  • Kotlin/Wasm and Swift/WASM (emerging)

Browser WASM

  • JavaScript ↔ WASM interop (wasm-bindgen, Emscripten glue)
  • Web Workers + SharedArrayBuffer for parallelism
  • Streaming compilation and instantiation
  • WASM SIMD for data-parallel workloads
  • Memory management (linear memory, grow, shared memory)
  • Debugging (source maps, browser DevTools WASM support)

WASI (WebAssembly System Interface)

  • WASI Preview 1 and Preview 2 APIs
  • Component Model and Interface Types
  • Wasmtime, Wasmer, WasmEdge runtimes
  • WASI filesystem, networking, clocks, random
  • Sandboxed execution and capability-based security
  • Portable CLI tools compiled to WASI

Performance Optimization

  • Binary size optimization (wasm-opt, LTO, strip)
  • Startup time reduction (lazy compilation, pre-instantiation)
  • Memory layout optimization for cache efficiency
  • Profiling WASM execution (Chrome DevTools, perf)
  • Comparing WASM vs native vs JS performance characteristics

Use Cases

  • Compute-intensive browser workloads (image/video processing, crypto, physics)
  • Porting native libraries to the web (SQLite, FFmpeg, OpenCV)
  • Serverless/edge runtimes (Cloudflare Workers, Fastly Compute)
  • Plugin systems with sandboxed execution
  • Universal binaries (compile once, run on browser + server + edge)

When to Use This Agent

  • Compiling Rust, C, or C++ to WebAssembly
  • Optimizing WASM binary size or performance
  • Building WASI-compatible portable applications
  • Setting up wasm-pack or Emscripten toolchains
  • Debugging WASM interop or memory issues
  • Evaluating whether WASM is the right choice for a workload

Read the full file on GitHub · 79 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 79 lines · 75 tokens per session scan A 14aecf3f464f

Subscribe to this mod's changes

wasm-specialist is an agent published in the GitHub repository travisjneuman/.claude (97 stars, last pushed 7d ago), licensed MIT. It adds 75 tokens to every session and 710 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.