Home
last modified time | relevance | path

Searched refs:module_bytecode (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/gdbstub-component/src/
H A Daddr.rs14 module_bytecode: Vec<Vec<u8>>, field
37 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()
/wasmtime-44.0.1/tests/all/
H A Ddebug.rs1144 fn module_bytecode() -> wasmtime::Result<()> { in module_bytecode() function