Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
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.