| 1241 | } |
| 1242 | |
| 1243 | WASMEDGE_CAPI_EXPORT void |
| 1244 | WasmEdge_StatisticsDelete(WasmEdge_StatisticsContext *Cxt) noexcept { |
| 1245 | delete fromStatCxt(Cxt); |
| 1246 | } |
| 1247 | |
| 1248 | // <<<<<<<< WasmEdge statistics functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |
| 1249 |
no outgoing calls