Server Mode
wasmrunA built-in dev server with live reload and browser-based module inspection for full WASM projects.
Learn more →Exec Mode
wasmrun execRun .wasm files natively with the built-in interpreter and WASI support. No browser, no server.
Learn more →OS Mode
wasmrun osA sandboxed, browser-based execution environment with a virtual filesystem and network isolation.
Learn more →Multi-language
Rust, Go, Python, C/C++ and AssemblyScript out of the box.
Plugin architecture
Extensible system for language support and build tools.
Live reload
File watching with automatic recompilation as you save.
Native interpreter
Built-in WASM interpreter with WASI syscall support.
Sandboxed
Isolated execution with per-session filesystems and limits.
Zero config
Auto-detects your project type. Sensible defaults everywhere.