Searched refs:module_bytecode (Results 1 – 2 of 2) sorted by relevance
14 module_bytecode: Vec<Vec<u8>>, field37 module_bytecode: vec![], in new()49 self.module_bytecode.push(bytecode); in module_id()102 for (idx, bc) in self.module_bytecode.iter().enumerate() { in memory_map_xml()161 let bytecode = &self.module_bytecode[index]; in lookup()
1144 fn module_bytecode() -> wasmtime::Result<()> { in module_bytecode() function