| 1991 | } |
| 1992 | |
| 1993 | WASMEDGE_CAPI_EXPORT void |
| 1994 | WasmEdge_CompilerDelete(WasmEdge_CompilerContext *Cxt) noexcept { |
| 1995 | delete Cxt; |
| 1996 | } |
| 1997 | |
| 1998 | // <<<<<<<< WasmEdge AOT compiler functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |
| 1999 |
no outgoing calls