Skip to content

Science of Computer Programming submission

Compare
Choose a tag to compare
@tolauwae tolauwae released this 30 May 12:17
· 10 commits to main since this release
f6759c1

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