Constant wasmtime_environ::component::FLAG_NEEDS_POST_RETURN
source ยท pub const FLAG_NEEDS_POST_RETURN: i32 = _; // 4i32
Expand description
Flag for the VMComponentContext::flags
field which is set whenever a
function is called to indicate that post_return
must be called next.