Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcode_memory.rs375 fn wasm_bytecode_end_for_module(&self, index: StaticModuleIndex) -> Option<usize> { in wasm_bytecode_end_for_module() method
393 self.wasm_bytecode_end_for_module(StaticModuleIndex::from_u32(index.as_u32() - 1))? in wasm_bytecode_for_module()
395 let end = self.wasm_bytecode_end_for_module(index)?; in wasm_bytecode_for_module()