Searched defs:wasm_bytecode_for_module (Results 1 – 2 of 2) sorted by relevance
239 pub fn wasm_bytecode_for_module(&self, module: StaticModuleIndex) -> Option<&[u8]> { in wasm_bytecode_for_module() method
389 pub(crate) fn wasm_bytecode_for_module(&self, index: StaticModuleIndex) -> Option<&[u8]> { in wasm_bytecode_for_module() method