| 2664 | } |
| 2665 | |
| 2666 | WASMEDGE_CAPI_EXPORT void |
| 2667 | WasmEdge_ModuleInstanceDelete(WasmEdge_ModuleInstanceContext *Cxt) noexcept { |
| 2668 | delete fromModCxt(Cxt); |
| 2669 | } |
| 2670 | |
| 2671 | // <<<<<<<< WasmEdge module instance functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |
| 2672 |
no outgoing calls