F.5 Generated Helper Emission
The C backend emits runtime helpers on demand. For example, a program that does not use __alloca__ will not emit the alloca prelude, and a program that only uses __load_u8__ will not emit the target-endian wide-load helpers. This keeps the default generated C close to the minimal profile.