Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wizer/src/
H A Dparse.rs39 ExportSection(exports) => export_section(&mut module, exports)?, in parse_with()
107 fn export_section<'a>( in export_section() function
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_environ.rs476 self.validator.export_section(&exports)?; in translate_payload()