(From the book WebAssembly from the Ground Up — learn Wasm by building a simple compiler in JavaScript.)
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 testto run all tests for all chapters.node <filename>to run tests for a specific chapter. E.g.,node chapter01.jsfor Chapter 1.