PodRocket

WASM 3.0 with Andreas Rossberg

7 snips
Oct 16, 2025
Andreas Rossberg, a programming language researcher and key contributor to WebAssembly, dives into the exciting updates of WASM 3.0. He discusses groundbreaking features like garbage collection, which allows languages like Java and Kotlin to thrive. The episode also covers enhancements in module design, security, and multi-memory support, all while connecting them to real-world applications like Google Sheets. Andreas even shares a sneak peek at future developments in threading and async programming, shaping the next era of WebAssembly.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
ANECDOTE

Users Pushed For 64-Bit Address Space

  • Companies working on blockchain-like distributed computation pressured for larger address space.
  • Andreas recounts users who struggled with the previous 4GB limit and asked for 64-bit addressing.
INSIGHT

Capability-Based Sandboxing Is Core

  • WebAssembly builds sandboxing and capability-based security into modules by design.
  • Modules are sandboxed and only access the environment through explicit imports and exports.
ADVICE

Trace Capabilities With Static Analysis

  • Use static analysis to trace imported capabilities and dependency graphs in WASM modules.
  • Beware function references and tables which require more advanced analysis.
Get the Snipd Podcast app to discover more snips from this episode
Get the app