Renderingen-US

HIR — the application lane

HIR is the semantic core. Every target in this lane is a projection of the meaning held there, emitted as source you can read.

These are host languages. The emitter's job is to produce something a human would accept in review, which is why the Rust output stays close to the original shape while TypeScript expands.

Targets#

TargetWhat it isScenarios shown
RustHIR projection. The package product path compiles this through Cargo.3 of 3
GoHIR projection with file emission and end-to-end floors.3 of 3
TypeScriptHIR projection with file emission and end-to-end floors.3 of 3
FaberCanonical re-emission — the compiler printing the program back.3 of 3

A target showing fewer scenarios than the others is not broken. It means the emitter declines that shape, which the pages state directly rather than hiding.

---

All lanes · Measured support per term