| 2217 | } |
| 2218 | |
| 2219 | WASMEDGE_CAPI_EXPORT void |
| 2220 | WasmEdge_ExecutorDelete(WasmEdge_ExecutorContext *Cxt) noexcept { |
| 2221 | delete fromExecutorCxt(Cxt); |
| 2222 | } |
| 2223 | |
| 2224 | // <<<<<<<< WasmEdge executor functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |
| 2225 |
no outgoing calls