()
| 3096 | return; |
| 3097 | } |
| 3098 | function doRun() { |
| 3099 | Module["calledRun"] = true; |
| 3100 | if (ABORT) return; |
| 3101 | initRuntime(); |
| 3102 | preMain(); |
| 3103 | readyPromiseResolve?.(Module); |
| 3104 | Module["onRuntimeInitialized"]?.(); |
| 3105 | var noInitialRun = Module["noInitialRun"] || false; |
| 3106 | if (!noInitialRun) callMain(args2); |
| 3107 | postRun(); |
| 3108 | } |
| 3109 | __name(doRun, "doRun"); |
| 3110 | if (Module["setStatus"]) { |
| 3111 | Module["setStatus"]("Running..."); |
no test coverage detected