mhevery / JavaScriptVM_under_the_hood

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:TypeScript 100.0%