pub fn parse_table<T: ?Sized + Reencode>( reencoder: &mut T, tables: &mut TableSection, table: Table<'_>, ) -> Result<(), Error<T::Error>>
Parses a single [wasmparser::Table] and adds it to the tables section.
wasmparser::Table
tables