Skip to main content

unpack_entry

Function unpack_entry 

Source
pub fn unpack_entry(packed: u32) -> OpcodeHandlerEntry
Expand description

Unpack one u32 entry back into the host-side representation. Used by interpreter Programs that read dispatch_table[opcode] and need to know which handler to invoke + how many operand bytes to consume.