Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 730 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 730 Bytes

Frontend Masters

JavaScript under the hood

[ slides ]

This is a companion repo for the JavaScript VM Under the Hood with Miško Hevery course on Frontend Masters.

Setup Instructions

Note: Node version 18 is required for this course

  1. Install the repo dependencies npm install
  2. Install pnpm: npm install -g pnpm
  3. 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.