Wasmtime
|
#include <async.h>
Data Fields | |
void * | env |
User provided value to be passed to get_memory and grow_memory. | |
wasmtime_stack_memory_get_callback_t | get_stack_memory |
Callback to get the memory and size of this LinearMemory. | |
void(* | finalizer )(void *) |
An optional finalizer for env. | |
A Stack instance created from a wasmtime_new_stack_memory_callback_t.
For more information see the Rust documentation at https://docs.wasmtime.dev/api/wasmtime/trait.StackMemory.html