diff --git a/labs/lab05/labs_05.md b/labs/lab05/labs_05.md index 2250260d2dd71cf4b5a1d3bcf7e093caa8982fef..9db3ad73728fd8bcd3b836b35a2bc35106a8851e 100644 --- a/labs/lab05/labs_05.md +++ b/labs/lab05/labs_05.md @@ -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. +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 ### Overview