This change should add the wasm package to the build gate and prevent errors from being pushed. The package is currently private and requires wasm-pack to run.
👩💻 Reviewer Notes
The build gate should pass and include the tests in the wasm package. To run locally, follow the steps in the CONTRIBUTING.md file for the wasm package.
✅ Checklist
General
[x] I have added tests for my changes.
[x] I have tested my changes.
[ ] I have updated the project documentation to reflect my changes.
Pull Request
📖 Description
This change should add the wasm package to the build gate and prevent errors from being pushed. The package is currently private and requires
wasm-pack
to run.👩💻 Reviewer Notes
The build gate should pass and include the tests in the wasm package. To run locally, follow the steps in the CONTRIBUTING.md file for the wasm package.
✅ Checklist
General