MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / ~TestContext

Method ~TestContext

test/api/APIVMCoreTest.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 WasmEdge_VMRegisterModuleFromImport(VM, TestModCxt);
55 }
56 ~TestContext() {
57 WasmEdge_VMDelete(VM);
58 WasmEdge_ModuleInstanceDelete(TestModCxt);
59 }
60 };
61
62 T.onInit = [&ConfRef](SpecTest::ContextHandle Parent,

Callers

nothing calls this directly

Calls 2

WasmEdge_VMDeleteFunction · 0.85

Tested by

no test coverage detected