Developing
Initial setup
yarn
yarn bootstrap
Building
yarn build
Tests
Then cd
into a package and run the tests
cd ./packages/wasm-ast-types
yarn test:watch
Working with ASTs
See the docs in the wasm-ast-types
package.
yarn
yarn bootstrap
yarn build
Then cd
into a package and run the tests
cd ./packages/wasm-ast-types
yarn test:watch
See the docs in the wasm-ast-types
package.