| 2858 | } |
| 2859 | |
| 2860 | WASMEDGE_CAPI_EXPORT void |
| 2861 | WasmEdge_TableInstanceDelete(WasmEdge_TableInstanceContext *Cxt) noexcept { |
| 2862 | delete fromTabCxt(Cxt); |
| 2863 | } |
| 2864 | |
| 2865 | // <<<<<<<< WasmEdge table instance functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |
| 2866 |