|
Wasmtime
|
A WebAssembly arrayref value.
More...
#include <val.h>
Data Fields | |
| uint64_t | store_id |
| Internal metadata. | |
| uint32_t | __private1 |
| Internal to Wasmtime. | |
| uint32_t | __private2 |
| Internal to Wasmtime. | |
| void * | __private3 |
| Internal to Wasmtime. | |
A WebAssembly arrayref value.
This structure represents a reference to a GC array. It is a subtype of eqref and anyref.
Values must be explicitly unrooted via wasmtime_arrayref_unroot.