| 3406 | } |
| 3407 | |
| 3408 | WASMEDGE_CAPI_EXPORT WasmEdge_Result WasmEdge_VMLoadWasmFromASTModule( |
| 3409 | WasmEdge_VMContext *Cxt, const WasmEdge_ASTModuleContext *ASTCxt) noexcept { |
| 3410 | return wrap([&]() { return Cxt->VM.loadWasm(*fromASTModCxt(ASTCxt)); }, |
| 3411 | EmptyThen, Cxt, ASTCxt); |
| 3412 | } |
| 3413 | |
| 3414 | WASMEDGE_CAPI_EXPORT WasmEdge_Result |
| 3415 | WasmEdge_VMValidate(WasmEdge_VMContext *Cxt) noexcept { |