Skip to content

πŸ“š wasm

Intro to Wasm in Deno

JavaScript is a scripting languageβ€”distant from the machine code your CPU actually consumes. But JavaScript has a way to execute binary machine code, or something close to it, called WebAssembly. WebAssembly, or Wasm, is a low-level, portable binary format that runs at near-native speeds in the browser.

weeklyfoo #72 / 2025-02-17
denowasm