To build the Wasm module:
wasm-pack build
You can find the output in pkg/
.
To check the resulting wasm size
gzip -9 < pkg/optimized.wasm | wc -c
- Add AST node for arguments list so that we can show it as the error node when arg count is wrong.
- Run
wasm-pack build
in CI. - Should the magicness of reg10 values be case insensitive? (It is in the JS version)