- Data embedded in WebAssembly module
- .wasm is fully self-contained, has everything needed to run a game/app
- 80kB binary format limit (including data sections)
- V0.1 Spec
- Fixed size pixel output
- Keyboard input
- WAST text editor UI
- Author and title somewhere in the file
- Init function
- Render frame function
- Inputs
- PixelBuffer