Home
last modified time | relevance | path

Searched defs:wasm_bytecode_for_module (Results 1 – 2 of 2) 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
H A Dcode_memory.rs389 pub(crate) fn wasm_bytecode_for_module(&self, index: StaticModuleIndex) -> Option<&[u8]> { in wasm_bytecode_for_module() method