pub async fn new_instance_async(
    store: impl AsContextMut,
    module: &Module,
    imports: &[Extern]
) -> Result<Instance>