Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wizer/src/
H A Dparse.rs37 MemorySection(mems) => memory_section(&mut module, mems)?, in parse_with()
87 fn memory_section<'a>( in memory_section() function
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_environ.rs432 self.validator.memory_section(&memories)?; in translate_payload()