Module wasmedge_sys::instance::table
source · Expand description
Defines WasmEdge Table and TableType structs.
A WasmEdge Table
defines a WebAssembly table instance described by its TableType
.
TableType
specifies the limits on the size of a table. The start of
the limit range specifies the lower bound (inclusive) of the size, while
the end resticts the upper bound (inclusive).