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