Skip to main content

decode_bytecode

Function decode_bytecode 

Source
pub fn decode_bytecode(bytes: &[u8]) -> Result<KeyCard>
Expand description

Decode canonical bytecode (pre-chunking) into a KeyCard.

Surfaces every SPEC ยง4 bytecode-layer validity rule via a unique Error variant.