(&self)
| 646 | } |
| 647 | |
| 648 | pub(crate) fn engine_code(&self) -> &Arc<EngineCode> { |
| 649 | &self.inner.code |
| 650 | } |
| 651 | |
| 652 | pub(crate) fn env_module(&self) -> &Arc<wasmtime_environ::Module> { |
| 653 | self.compiled_module().module() |
no outgoing calls
no test coverage detected