|
Wasmtime
|
A WebAssembly value type. More...
#include <val.h>
Data Fields | |
| wasmtime_valtype_kind_t | kind |
| Discriminant of which value type this is. | |
| wasmtime_reftype_t | reftype |
Payload of this value type, only used with WASMTIME_VALTYPE_KIND_REF. | |
A WebAssembly value type.
Note that this is a parallel representation to wasm_valtype_t which is intended to support the entire breadth of WebAssembly that wasmtime supports.