pub fn module_main_fn_is_async(module: &AIRModule) -> bool
Returns true if the given AIR module declares a top-level async fn main. Used by generate_project to select an async-aware entry invocation.
async fn main
generate_project