pub fn decode_bytecode(bytes: &[u8]) -> Result<KeyCard>
Decode canonical bytecode (pre-chunking) into a KeyCard.
KeyCard
Surfaces every SPEC ยง4 bytecode-layer validity rule via a unique Error variant.
Error