midenc-codegen-masm 0.10.0

Miden Assembly backend for the Miden compiler
Documentation
1
2
3
4
5
6
7
8
9
mod component;
mod fpi;
mod lowering;
mod native_ptr;
mod utils;

const DEBUG_VAR_KILL_SENTINEL: &[u8] = b"\0miden.debug.kill";

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