pub const EXIT_FLAG_ASYNC_CALLEE: i32 = _; // 1i32
Expand description
Bit flag for indicating async-lifted exports
This flag may be passed to the async-exit
built-in function (which is
called from both async->async and async->sync adapters) to indicate that the
callee is an async-lifted export.