Introduction to QuickJS. It is presented how to build and run it. Additionally, we try lodash which is a library that I personally mostly depend on, and workaround for not being able to import it as ES module.
https://github.com/mtasic85/quickjs-workshop
0:00 Intro
1:01 Forking QuickJS
1:25 Building QuickJS
1:54 REPL
2:17 lodash download
4:25 Eval non-ES2020 modules
5:21 Outro