WASM

What is WASM

"Very very fast JavaScript"

Web assembly is low level bytecode that runs in the browser. For more detail, visit the Web Assembly website, and watch the WASM introduction videos from the Utah Rust meetup.

Why WASM

  • Cross-platform – cross OS, device.
  • Sandboxed environment (security – file system, memory).
  • Many programming languages compile to WASM.
  • Many other use cases.