Searched refs:debug_bytecode (Results 1 – 3 of 3) sorted by relevance
1163 assert_eq!(module.debug_bytecode(), Some(&wasm[..])); in module_bytecode()1178 assert_eq!(module.debug_bytecode(), None); in module_bytecode_absent_without_debug()1220 assert_eq!(modules[0].debug_bytecode().unwrap(), &m1_wasm[..]); in component_bytecode()1221 assert_eq!(modules[1].debug_bytecode().unwrap(), &m2_wasm[..]); in component_bytecode()
699 pub fn debug_bytecode(&self) -> Option<&[u8]> { in debug_bytecode() method
432 Ok(module.debug_bytecode().map(|b| b.to_vec())) in bytecode()