| 2724 | } |
| 2725 | |
| 2726 | WASMEDGE_CAPI_EXPORT void WasmEdge_FunctionInstanceDelete( |
| 2727 | WasmEdge_FunctionInstanceContext *Cxt) noexcept { |
| 2728 | delete fromFuncCxt(Cxt); |
| 2729 | } |
| 2730 | |
| 2731 | // <<<<<<<< WasmEdge function instance functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |
| 2732 |