Wasmtime
wasmtime_val Union Reference

Container for different kinds of wasm values. More...

#include <val.h>

Data Fields

wasmtime_valkind_t kind
 Discriminant of which field of of is valid.
 
wasmtime_valunion_t of
 Container for the extern item's value.
 

Detailed Description

Container for different kinds of wasm values.

Note that this structure may contain an owned value, namely rooted GC references, depending on the context in which this is used. APIs which consume a wasmtime_val_t do not take ownership, but APIs that return wasmtime_val_t require that wasmtime_val_delete is called to deallocate the value.


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