midenc-codegen-masm 0.8.0

Miden Assembly backend for the Miden compiler
1
2
3
4
5
6
mod component;
mod lowering;
mod native_ptr;
mod utils;

pub use self::{component::ToMasmComponent, lowering::HirLowering, native_ptr::NativePtr};