Back to Compendium
technical essay
AI and systems / 1 min read
WebAssembly (WASM)
WebAssembly (WASM) is a binary instruction format for a stack-based virtual machine. WASM is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.
AI / software / networks
reading surface
Technology
The cool new kid on the block. Write your code, run it in the browser, on your H200 cluster, or on your grandmother's toaster. Enjoy.
WebAssembly Examples
Permalink to WebAssembly Examples- WebAssembly by Example - A collection of examples to help learn WebAssembly.