This is certainly a beginner's question. I ported a library from C++ to javascript via emscripten. The script works fine, but sometimes when internet is slow the user might launch call to the emscripten functions before they are defined.
What is the recommended way to detect when emscripten has finished loading ? In other words, how to get a programmatic notification of the usual "pre-main prep time: 1792 ms" message ? (note that this is a library, so no main function defined) Thanks for you answers. I could not find an answer in the documentation, I hope it was not hidden somewhere out there. Regards, rodrigob. -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
