celox-backend-cranelift 0.4.3

Celox Cranelift code-generation backend
Documentation
1
2
3
4
5
6
7
8
9
mod arith;
mod control;
pub(super) mod core;
mod memory;

pub(super) use super::MemoryLayout;
pub(super) use super::get_byte_size;
pub(super) use super::wide_ops;
pub use core::{SIRTranslator, TranslationState};