|
Wasmtime
|
Payload of the wasmtime_heaptype_t union.
More...
#include <val.h>
Data Fields | |
| wasm_functype_t * | concrete_func |
Used with WASMTIME_HEAPTYPE_KIND_CONCRETE_FUNC. | |
| wasmtime_array_type_t * | concrete_array |
Used with WASMTIME_HEAPTYPE_KIND_CONCRETE_ARRAY. | |
| wasmtime_struct_type_t * | concrete_struct |
Used with WASMTIME_HEAPTYPE_KIND_CONCRETE_STRUCT. | |
| wasmtime_exn_type_t * | concrete_exn |
Used with WASMTIME_HEAPTYPE_KIND_CONCRETE_EXN. | |
Payload of the wasmtime_heaptype_t union.