Wasmtime
|
Representation of a table in Wasmtime. More...
#include <extern.h>
Representation of a table in Wasmtime.
Tables in Wasmtime are represented as an index into a store and don't have any data or destructor associated with the wasmtime_table_t value. 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.