Function interpreter::bytecode::decode_instruction
source · pub fn decode_instruction(
_vm: &VM,
bytes: &mut BytesMut,
ctx: &Context
) -> Result<Box<dyn Instruction>, Throwable>
pub fn decode_instruction(
_vm: &VM,
bytes: &mut BytesMut,
ctx: &Context
) -> Result<Box<dyn Instruction>, Throwable>