| 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, |
nothing calls this directly
no test coverage detected