Skip to main content
Drop a repoSign up
REPOLum1104/Understand-Anything+606 stars 24hREPOanthropics/financial-services-plugins+396 stars 24hREPOrohitg00/ai-engineering-from-scratch+331 stars 24hREPOaddyosmani/agent-skills+327 stars 24hREPOcolbymchenry/codegraph+327 stars 24hREPOLum1104/Understand-Anything+606 stars 24hREPOanthropics/financial-services-plugins+396 stars 24hREPOrohitg00/ai-engineering-from-scratch+331 stars 24hREPOaddyosmani/agent-skills+327 stars 24hREPOcolbymchenry/codegraph+327 stars 24h
Glossary

What is WebAssembly (Wasm)?

WebAssembly is a portable binary format that runs near-native-speed code in the browser and beyond, letting languages like Rust, Go, and C target the web and the edge.

Wasm is a fast, sandboxed, language-agnostic compile target. In the browser it powers heavy in-page tools; outside it, Wasm runtimes execute the same modules server-side, in plugin systems, and at the edge — even for local model inference.

Open-source Wasm runtimes and toolchains have pushed it well past its browser origins into a general portable execution layer.

Best open-source developer tools

WebAssembly (Wasm) — FAQ

What is WebAssembly (Wasm)?
WebAssembly is a portable binary format that runs near-native-speed code in the browser and beyond, letting languages like Rust, Go, and C target the web and the edge. Wasm is a fast, sandboxed, language-agnostic compile target. In the browser it powers heavy in-page tools; outside it, Wasm runtimes execute the same modules server-side, in plugin systems, and at the edge — even for local model inference.