Steps to use on GitHub Codespaces:
- Create the codespace from master
- Run the following commands for first time setup:
npm install
,npm run checkout:submodule
,npm run install:emsdk:nix
- Run the following command to build:
npm run build:nix
- For manual tests run:
npm run test:browser-module
and / ornpm run test:wasmer