Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 367 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 367 Bytes

🧱 WebAssembly from the Ground Up

Welcome! We've initialized a new project template for you. You can copy the code from the book into the files in the root directory.

Here are some useful commands:

  • npm test to run all tests for all chapters.
  • node --test <filename> to run tests for a specific chapter. E.g., node --test chapter01.js for Chapter 1.