(&mut self, instance: Instance)
| 159 | } |
| 160 | |
| 161 | async fn get_instance_module(&mut self, instance: Instance) -> Result<Module> { |
| 162 | self.with_store(move |store| instance.module(&store).clone()) |
| 163 | .await |
| 164 | } |
| 165 | |
| 166 | async fn instance_get_memory( |
| 167 | &mut self, |
no test coverage detected