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