pub fn generate_air(air_dir: &Path, cfg: &GenConfig) -> Result<PathBuf>Expand description
Generate the .exps.so for a single AIR directory (the dir containing its
*.starkinfo.json + *.expressionsinfo.json). Returns the .so path, or
an error if the AIR was skipped (unhandled operand, over CAP, or spills).