| 899 | // >>>>>>>> WasmEdge configure functions >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
| 900 | |
| 901 | WASMEDGE_CAPI_EXPORT WasmEdge_ConfigureContext * |
| 902 | WasmEdge_ConfigureCreate(void) noexcept { |
| 903 | try { |
| 904 | return new WasmEdge_ConfigureContext; |
| 905 | } catch (...) { |
| 906 | handleCAPIError(); |
| 907 | return nullptr; |
| 908 | } |
| 909 | } |
| 910 | |
| 911 | WASMEDGE_CAPI_EXPORT void |
| 912 | WasmEdge_ConfigureAddProposal(WasmEdge_ConfigureContext *Cxt, |