[][src]Module wasmer_runtime_c_api::table

Create, grow, destroy tables of an instance.

Structs

wasmer_table_t

Functions

wasmer_table_destroy

Frees memory for the given Table

wasmer_table_grow

Grows a Table by the given number of elements.

wasmer_table_length

Returns the current length of the given Table

wasmer_table_new

Creates a new Table for the given descriptor and initializes the given pointer to pointer to a pointer to the new Table.