Module wasmer_c_api::deprecated::table[][src]

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.