Wasmtime
wasmtime_arrayref Struct Reference

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.
 

Detailed Description

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.


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