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