pub async fn instantiate_async<T>( store: impl AsContextMut<Data = T>, linker: &Linker<T>, module: &Module, ) -> Result<Instance>