Contributions are always welcome, no matter how large or small.
Feel free to open an issue and/or reach out @xtuc.
git clone https://github.com/xtuc/webassemblyjs
cd webassemblyjs
make bootstrapmake buildYou can incrementally build the project with the following command:
make watchWITH_TRACE=1 make buildYou can run lint via:
make lintYou can run eslint's autofix via:
make fixYou can run tests via:
make testYou can select test based on their titles:
./scripts/test.sh --grep fsmThe website is located in the directory: website and uses docusaurus.
The following commands will assume that you already are in the directory.
yarn installyarn run startThe website will be available at localhost:3000.