Wasmtime
wasmtime_table Struct Reference

Representation of a table in Wasmtime. More...

#include <extern.h>

Data Fields

uint64_t store_id
 Internal identifier of what store this belongs to, never zero.
 
size_t index
 Internal index within the store.
 

Detailed Description

Representation of a table in Wasmtime.

Tables are represented with a 64-bit identifying integer in Wasmtime. They do not have any destructor associated with them. Tables cannot interoperate between wasmtime_store_t instances and if the wrong table is passed to the wrong store then it may trigger an assertion to abort the process.


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