Start bootstraping the compiler.
Run make build, make sure to have at least Node.js 12 installed.
- It first builds Lys to the build folder using
lys src/main.lys --wast - It then uses
@zeit/nccto create a single file using src/index.ts - Finally, it performs a sanity test using mocha.