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