(self)
| 528 | |
| 529 | @crossplatform |
| 530 | def test_hello_world(self): |
| 531 | self.do_core_test('test_hello_world.c') |
| 532 | |
| 533 | @no_esm_integration('WASM_ASYNC_COMPILATION=0') |
| 534 | def test_wasm_synchronous_compilation(self): |
nothing calls this directly
no test coverage detected