(&self, store: &'a StoreOpaque)
| 385 | } |
| 386 | |
| 387 | pub(crate) fn _module<'a>(&self, store: &'a StoreOpaque) -> &'a Module { |
| 388 | store.module_for_instance(self.id).unwrap() |
| 389 | } |
| 390 | |
| 391 | /// Returns the list of exported items from this [`Instance`]. |
| 392 | /// |
no test coverage detected