Wasmtime
|
#include <async.h>
Data Fields | |
wasmtime_func_async_continuation_callback_t | callback |
Callback for if the async function has completed. | |
void * | env |
User-provided argument to pass to the callback. | |
void(* | finalizer )(void *) |
A finalizer for the user-provided *env. | |
A continuation for the current state of the host function's execution.