(&self)
| 394 | } |
| 395 | |
| 396 | pub(crate) fn env_module(&self) -> &Arc<wasmtime_environ::Module> { |
| 397 | self.runtime_info.env_module() |
| 398 | } |
| 399 | |
| 400 | pub(crate) fn runtime_module(&self) -> Option<&crate::Module> { |
| 401 | match &self.runtime_info { |
no outgoing calls
no test coverage detected