Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcode.rs239 pub fn wasm_bytecode_for_module(&self, module: StaticModuleIndex) -> Option<&[u8]> { in wasm_bytecode_for_module() method
240 self.original_code.wasm_bytecode_for_module(module) in wasm_bytecode_for_module()
H A Dinstantiate.rs268 .wasm_bytecode_for_module(self.module.module_index) in bytecode()
H A Dcode_memory.rs389 pub(crate) fn wasm_bytecode_for_module(&self, index: StaticModuleIndex) -> Option<&[u8]> { in wasm_bytecode_for_module() method