Kubernetes Podcast from Google

Docker && WASM, with Justin Cormack

10 snips
Jun 19, 2023
Ask episode
AI Snips
Chapters
Transcript
Episode notes
INSIGHT

Wasm Origins

  • WebAssembly (Wasm) originated from the need to run complex code in browsers, like C++ image processing libraries.
  • It evolved from projects like ASM.js, a JavaScript subset for efficient compilation.
INSIGHT

Wasm on the Server

  • Wasm's server-side use leverages browser tech like V8 for sandboxing and portability, similar to Node.js.
  • It offers a smaller, easier-to-maintain sandbox than V8 and supports multiple programming languages.
INSIGHT

Wasm Sandboxing

  • Wasm sandboxing, similar to the JVM, isolates code without hardware virtualization like VMs.
  • Designed for security, Wasm learned from Java's standard library vulnerabilities.
Get the Snipd Podcast app to discover more snips from this episode
Get the app