Skip to content

flowc flowc-v0.10.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 20:54
· 1221 commits to main since this release

Self-hosted Flow compiler (Stage-A), built from
compiler/bootstrap/flowc_stage_a.c — the compiler emitted by
itself as a single C translation unit.

Each archive was checked three generations deep: flowc compiles
all of compiler/src, that compiler recompiles it, and so does
its child, byte for byte identical each time.

No Python is involved in building or using these archives.

What's Changed

Full Changelog: v0.10.0...flowc-v0.10.0