This directory contains AffineScript codegen tests and their compiled WASM artifacts.
From the repo root:
./tools/run_codegen_wasm_tests.sh
The script:
- compiles every
tests/codegen/*.affinefile totests/codegen/*.wasm - runs any
tests/codegen/*.mjsharnesses
- WASM artifacts under
tests/codegen/are generated by CI and should not be committed.