(&self)
| 803 | |
| 804 | #[cfg(all(feature = "cache", any(feature = "cranelift", feature = "winch")))] |
| 805 | pub(crate) fn cache(&self) -> Option<&wasmtime_cache::Cache> { |
| 806 | self.config().cache.as_ref() |
| 807 | } |
| 808 | |
| 809 | pub(crate) fn signatures(&self) -> &TypeRegistry { |
| 810 | &self.inner.signatures |