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

Method TestContext

test/executor/ExecutorTest.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 WasmEdge::VM::VM VM;
53 WasmEdge::SpecTestModule SpecTestMod;
54 TestContext(const WasmEdge::Configure &C) : VM(C) {
55 VM.registerModule(SpecTestMod);
56 }
57 };
58
59 T.onInit = [&ConfRef](SpecTest::ContextHandle Parent,

Callers

nothing calls this directly

Calls 1

registerModuleMethod · 0.45

Tested by

no test coverage detected