Lecture
Mediaspace scheduled maintenance: Aug 25, 2026 07:00 - 12:00 AM. During this time, videos will be temporarily unavailable. Check status updates.
This lecture covers the process of generating code for a compiler, focusing on translating an Amy program to WebAssembly. Topics include WebAssembly basics, memory management, type representation, and pattern matching compilation. The instructor guides students through implementing code generation for Amy expressions, using JavaScript to execute the resulting WebAssembly bytecode.