Skip to content

mhevery/JavaScriptVM_under_the_hood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.