GitHunt
MH

mhevery/JavaScriptVM_under_the_hood

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.

Languages

TypeScript100.0%

Contributors

MIT License
Created August 27, 2023
Updated March 19, 2026
mhevery/JavaScriptVM_under_the_hood | GitHunt