TS Codegen
Developing
Developing

Developing

Initial setup

pnpm install

Building

pnpm build

Tests

Then cd into a package and run the tests

cd ./packages/wasm-ast-types
pnpm test:watch

Working with ASTs

See the docs in the wasm-ast-types package.