Function wasm_encoder::reencode::utils::parse_table_section

source ยท
pub fn parse_table_section<T: ?Sized + Reencode>(
    reencoder: &mut T,
    tables: &mut TableSection,
    section: TableSectionReader<'_>,
) -> Result<(), Error<T::Error>>
Expand description

Parses the input section given from the wasmparser crate and adds all the tables to the tables section.