| 2263 | } |
| 2264 | |
| 2265 | WASMEDGE_CAPI_EXPORT void |
| 2266 | WasmEdge_StoreDelete(WasmEdge_StoreContext *Cxt) noexcept { |
| 2267 | delete fromStoreCxt(Cxt); |
| 2268 | } |
| 2269 | |
| 2270 | // <<<<<<<< WasmEdge store functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |
| 2271 |
no outgoing calls