Wasmtime
wasmtime_memory_creator Struct Reference

#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.
 

Detailed Description

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


The documentation for this struct was generated from the following file: