Releases: TOPLLab/latch
Releases · TOPLLab/latch
0.3.0
What's Changed
💥 Breaking Changes
- Refactor out mocha/chai (#12)
🚀 New Features
- Support for out-of-place platforms and tests (#15)
- Add support for
returns(nothing)
🚑 Hotfixes
- Remove hardcoded path (1d38800)
🐛 Bug Fixes
- Fix shutdown (#14)
🧑💻 Quality of Life
- Add debug platform (#16)
⬆️ Upgrading dependencies
- Bump ws from 7.5.9 to 7.5.10 (#13)
Science of Computer Programming submission
This is the code used for the SCP submission.
Artifacts with the spec suite and experiment results included as assets.
Command used to run experiments per group
:
cd {warduino repo}/tests/latch/
time WABT=WABT/build/ CORESUITE=./specsuite/{group} npm run spectest > experiments/{group}.output
time WABT=WABT/build/ npm run debugtest > experiments/debugger.output
time WABT=WABT/build/ npm run comptest > experiments/computing.output