Trait nyar_wasm::helpers::WasmInstruction
source · pub trait WasmInstruction {
// Required method
fn emit<'a, 'i>(&'a self, w: &mut Vec<Instruction<'i>>)
where 'a: 'i;
}pub trait WasmInstruction {
// Required method
fn emit<'a, 'i>(&'a self, w: &mut Vec<Instruction<'i>>)
where 'a: 'i;
}