Starbucks:
⚙️ New type of code that can be run in browsers, which traditionally only supported JavaScript
Write in higher level languages e.g., C, C++, Rust and compile to WebAssembly bytecode, which is then run on the client (browser) where it is translated to native machine code and executed at high speed
Gives ability to perform highly expensive computational procedures, such as 3D rendering and artificial intelligence algorithms, in realtime all in a browser
Zen Garden (Mozilla): https://s3.amazonaws.com/mozilla-games/ZenGarden/EpicZenGarden.html
Access superior hardware security, such as mobile device biometrics, to authenticate your users in browsers
Perform media streaming, such as live video chats, seamlessly in the browser via JavaScript