Skip to main content

lower_sil_to_bytecode

Function lower_sil_to_bytecode 

Source
pub fn lower_sil_to_bytecode(
    artifact: &SilArtifact,
) -> Result<BytecodeModule, String>
Expand description

Lower a SIL artifact to bytecode. Handles multiple functions by grouping instructions under sil @ headers.