Searched refs:wasm_bytecode_end_for_module (Results 1 – 1 of 1) sorted by relevance
375 fn wasm_bytecode_end_for_module(&self, index: StaticModuleIndex) -> Option<usize> { in wasm_bytecode_end_for_module() method393 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()