(&self)
| 31 | Ok(Self { instance_pre, indices }) |
| 32 | } |
| 33 | pub fn engine(&self) -> &wasmtime::Engine { |
| 34 | self.instance_pre.engine() |
| 35 | } |
| 36 | pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> { |
| 37 | &self.instance_pre |
| 38 | } |
no outgoing calls
no test coverage detected