Wasmtime
wasmtime_stack_creator_t Struct Reference

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

Detailed Description

A representation of custom stack creator.

For more information see the Rust documentation at https://docs.wasmtime.dev/api/wasmtime/trait.StackCreator.html


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