Home
last modified time | relevance | path

Searched refs:table_section (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wizer/src/
H A Dparse.rs36 TableSection(tables) => table_section(&mut module, tables)?, in parse_with()
77 fn table_section<'a>( in table_section() function
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_environ.rs402 self.validator.table_section(&tables)?; in translate_payload()