(caller: &mut Caller<'_, T>)
| 478 | } |
| 479 | |
| 480 | pub fn get_memory<T>(caller: &mut Caller<'_, T>) -> anyhow::Result<Memory> { |
| 481 | Ok(caller.get_export("memory").unwrap().into_memory().unwrap()) |
| 482 | } |
| 483 | |
| 484 | impl Instance { |
| 485 | pub fn new_store( |
no outgoing calls
no test coverage detected