Function alure::instr::bytecode::disassemble[][src]

pub fn disassemble<E>(
    bytecode: impl AsRef<[u8]>
) -> Result<Vec<Instr<E>>, DecodeError> where
    E: InstructionSet
Expand description

Decodes library from bytecode string