Searched refs:wasm_bytecode_for_module (Results 1 – 3 of 3) sorted by relevance
239 pub fn wasm_bytecode_for_module(&self, module: StaticModuleIndex) -> Option<&[u8]> { in wasm_bytecode_for_module() method240 self.original_code.wasm_bytecode_for_module(module) in wasm_bytecode_for_module()
268 .wasm_bytecode_for_module(self.module.module_index) in bytecode()
389 pub(crate) fn wasm_bytecode_for_module(&self, index: StaticModuleIndex) -> Option<&[u8]> { in wasm_bytecode_for_module() method