decode_instructions

Function decode_instructions 

Source
pub fn decode_instructions(
    bytecode: &[u8],
) -> Result<Vec<Instruction>, DecodeError>
Expand description

Decodes BEAM instructions.