|
Wasmtime
|
A WebAssembly structref value.
More...
#include <gc.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 structref value.
This structure represents a reference to a GC struct. It is a subtype of eqref and anyref.
Values must be explicitly unrooted via wasmtime_structref_unroot.