Returns the minimum size of this table type, in elements.
| 38 | |
| 39 | /// Returns the minimum size of this table type, in elements. |
| 40 | uint32_t min() const { return wasm_tabletype_limits(ptr)->min; } |
| 41 | |
| 42 | /// Returns the maximum size of this table type, in elements, if present. |
| 43 | std::optional<uint32_t> max() const { |