(&self)
| 98 | |
| 99 | #[cfg(feature = "wasmtime-unwinder")] |
| 100 | pub(crate) fn wasmtime_exception_data(&self) -> Option<&[u8]> { |
| 101 | self.wasmtime_exception_data.as_deref() |
| 102 | } |
| 103 | |
| 104 | pub(crate) fn perform_relocations( |
| 105 | &self, |
no outgoing calls
no test coverage detected