WebAssembly

WASM is not a programming language. Instead it’s a compact binary instruction format. WASM is a low-level bytecode that runs in a sandboxed environment within the browser, ensuring both speed and security.

References