Wasmtime
|
#include <func.h>
This structure is an argument to wasmtime_func_callback_t. The purpose of this structure is acquire a wasmtime_context_t pointer to interact with objects, but it can also be used for inspect the state of the caller (such as getting memories and functions) with wasmtime_caller_export_get.
This object is never owned and does not need to be deleted.