Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 417 Bytes

File metadata and controls

19 lines (12 loc) · 417 Bytes

Codegen WASM tests

This directory contains AffineScript codegen tests and their compiled WASM artifacts.

Run locally

From the repo root:

./tools/run_codegen_wasm_tests.sh

The script:

  • compiles every tests/codegen/*.affine file to tests/codegen/*.wasm
  • runs any tests/codegen/*.mjs harnesses

Notes

  • WASM artifacts under tests/codegen/ are generated by CI and should not be committed.