Developing
Initial setup
pnpm installBuilding
pnpm buildTests
Then cd into a package and run the tests
cd ./packages/wasm-ast-types
pnpm test:watchWorking with ASTs
See the docs in the wasm-ast-types package.
pnpm installpnpm buildThen cd into a package and run the tests
cd ./packages/wasm-ast-types
pnpm test:watchSee the docs in the wasm-ast-types package.