Wasmtime
|
#include <async.h>
Data Fields | |
void * | env |
User provided value to be passed to new_stack. | |
wasmtime_new_stack_memory_callback_t | new_stack |
The callback to create a new stack, must be thread safe. | |
void(* | finalizer )(void *) |
An optional finalizer for env. | |
A representation of custom stack creator.
For more information see the Rust documentation at https://docs.wasmtime.dev/api/wasmtime/trait.StackCreator.html