Returns the encoded frame-tables section to pass to `wasmtime_environ::FrameTable::parse`.
(&self)
| 338 | /// Returns the encoded frame-tables section to pass to |
| 339 | /// `wasmtime_environ::FrameTable::parse`. |
| 340 | pub fn frame_tables(&self) -> &[u8] { |
| 341 | &self.mmap[self.frame_tables_data.clone()] |
| 342 | } |
| 343 | |
| 344 | /// Returns the concatenated Wasm bytecode section, or an empty slice if |
| 345 | /// the artifact was not compiled with `guest-debug` enabled. |