pub fn encode_exception_table(entries: &[ExceptionTableEntry]) -> Box<[u8]>Expand description
Encode exception table entries. Uses 6-bit varint encoding with start marker (MSB) and continuation bit.
pub fn encode_exception_table(entries: &[ExceptionTableEntry]) -> Box<[u8]>Encode exception table entries. Uses 6-bit varint encoding with start marker (MSB) and continuation bit.