| 817 | } |
| 818 | |
| 819 | WASMEDGE_CAPI_EXPORT void WasmEdge_StringDelete(WasmEdge_String Str) noexcept { |
| 820 | if (Str.Buf) { |
| 821 | delete[] Str.Buf; |
| 822 | } |
| 823 | } |
| 824 | |
| 825 | // <<<<<<<< WasmEdge string functions <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< |
| 826 |
no outgoing calls