emit

Function emit 

Source
pub fn emit(
    type_ctx: &TypeContext,
    interner: &Interner,
    symbol_table: &SymbolTable,
) -> Result<Vec<u8>, EmitError>
Expand description

Emit bytecode from type context only (no node validation).