Expand description
The backend protocol.
MIR is the target-agnostic middle-end boundary; a backend consumes a
Module and lowers it to a target artifact. Other backends implement
Backend to plug in; EvmCodegen is the reference.
Modules§
Traits§
- Backend
- A code generation backend that lowers MIR to a target artifact.