From d0db89f18a757750ec59b6213c3c17353cdc965a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sol=C3=A8ne=20Husseini?= <solene.husseini@gmail.com>
Date: Tue, 22 Nov 2022 11:35:01 +0100
Subject: [PATCH] Add video lin

---
 labs/lab05/labs_05.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/labs/lab05/labs_05.md b/labs/lab05/labs_05.md
index 2250260..9db3ad7 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
-- 
GitLab