Skip to content
Snippets Groups Projects
Commit d0db89f1 authored by Solène Husseini's avatar Solène Husseini
Browse files

Add video lin

parent d2a71c0c
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,9 @@ To run the program, simply type `nodejs wasmout/p.js` ...@@ -54,6 +54,9 @@ To run the program, simply type `nodejs wasmout/p.js`
Links to the material will be provided here after the presentation of the lab. Links to the material will be provided here after the presentation of the lab.
Presentation by Georg Schmid from a few years ago: <https://tube.switch.ch/videos/00568845>, slides <https://lara.epfl.ch/~gschmid/clp20/codegen.pdf>
The lab has changed a tiny bit, for instance `set_global`, `get_global`, `set_local` and `get_local` are outdated and replaced with `global.set`, `global.get`, `local.set` and `local.get`, but otherwise it is a very good resource.
## The assignment code ## The assignment code
### Overview ### Overview
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment