| 3653 | } |
| 3654 | |
| 3655 | WASMEDGE_CAPI_EXPORT WasmEdge_LoaderContext * |
| 3656 | WasmEdge_VMGetLoaderContext(WasmEdge_VMContext *Cxt) noexcept { |
| 3657 | if (Cxt) { |
| 3658 | return toLoaderCxt(&Cxt->VM.getLoader()); |
| 3659 | } |
| 3660 | return nullptr; |
| 3661 | } |
| 3662 | |
| 3663 | WASMEDGE_CAPI_EXPORT WasmEdge_ValidatorContext * |
| 3664 | WasmEdge_VMGetValidatorContext(WasmEdge_VMContext *Cxt) noexcept { |