| 28 | } |
| 29 | |
| 30 | void AsyncScriptFailed() { |
| 31 | printf("async script load failed!\n"); |
| 32 | TestAsyncRunScript(); |
| 33 | } |
| 34 | |
| 35 | int main() { |
| 36 | // 1. Test that emscripten_run_script() works in a pthread, and it gets |
nothing calls this directly
no test coverage detected