MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / WasmEdge_VMGetLoaderContext

Function WasmEdge_VMGetLoaderContext

lib/api/wasmedge.cpp:3655–3661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

TEST_PFunction · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 3

TEST_PFunction · 0.68
TEST_PFunction · 0.68
TESTFunction · 0.68