Skip to main content

encode_ranges_bytes

Function encode_ranges_bytes 

Source
pub fn encode_ranges_bytes(table: &[(u32, u32)]) -> Vec<u8> 
Expand description

Encode the combining-mark range table into the wasm data-section layout. Delegates to super::encode_u32_pair_table.