Skip to main content

lower_contract_with_bytecodes

Function lower_contract_with_bytecodes 

Source
pub fn lower_contract_with_bytecodes(
    gcx: Gcx<'_>,
    contract_id: ContractId,
    child_bytecodes: &FxHashMap<ContractId, Vec<u8>>,
) -> Module
Expand description

Lowers a contract from HIR to MIR with pre-compiled bytecodes available for new expressions.