|
Wasmtime
|
#include <config.h>
Data Fields | |
| void * | env |
| User provided value to be passed to new_memory. | |
| wasmtime_new_memory_callback_t | new_memory |
| The callback to create new memory, must be thread safe. | |
| void(* | finalizer )(void *) |
| An optional finalizer for env. | |
A representation of custom memory creator and methods for an instance of LinearMemory.
For more information see the Rust documentation at https://docs.wasmtime.dev/api/wasmtime/trait.MemoryCreator.html