|
Wasmtime: C++
|
This is the complete list of members for wasmtime::Table, including all inherited members.
| create(Store::Context cx, const TableType &ty, const Val &init) | wasmtime::Table | inlinestatic |
| get(Store::Context cx, uint64_t idx) const | wasmtime::Table | inline |
| grow(Store::Context cx, uint64_t delta, const Val &init) const | wasmtime::Table | inline |
| set(Store::Context cx, uint64_t idx, const Val &val) const | wasmtime::Table | inline |
| size(Store::Context cx) const | wasmtime::Table | inline |
| Table(wasmtime_table_t table) | wasmtime::Table | inline |
| type(Store::Context cx) const | wasmtime::Table | inline |