Topic

Web & Runtime Technology

How browser-era software runs across languages, runtimes, and platforms.

Entries

  • WebAssemblyWebAssembly (Wasm) is a compact, portable binary instruction format designed as a compilation target for languages such as C, C++, and Rust. In a browser it runs inside a sandbox alongside JavaScript rather than replacing the browser or DOM.