Re-exports§
pub use aot::CraneliftBackend;pub use jit::JitBackend;
Modules§
- aot
- jit
- numtype
- Whole-program number-type inference.
- runtime
- translate
- Backend-agnostic MIR → Cranelift translation shared by the JIT and AOT
object emitters. All helpers operate purely on a
FunctionBuilderplus the per-function symbol maps, so both backends build identical code from the same source of truth.