(&self)
| 363 | /// slice if it wasn't found. |
| 364 | #[inline] |
| 365 | pub fn trap_data(&self) -> &[u8] { |
| 366 | &self.mmap[self.trap_data.clone()] |
| 367 | } |
| 368 | |
| 369 | /// Returns the Wasm bytecode section end-offset for a given core |
| 370 | /// module, or `None` if no bytecode is present. |