[ slides ]
This is a companion repo for the JavaScript VM Under the Hood with Miško Hevery course on Frontend Masters.
Note: Node version 18 is required for this course
- Install the repo dependencies
npm install
- Install pnpm:
npm install -g pnpm
- Run the code using
pnpm vm
Note: The path of the MEMORY import in the CPU.ts file must be updated to run each example.