That is just a warning that main() is not running immediately. It will run later, after the asynchronous stuff it depends on has all arrived. You can ignore it.
- Alon On Thu, Aug 14, 2014 at 4:26 PM, Rodrigo Benenson < [email protected]> wrote: > I just tried the "main()" strategy, but got "run() called, but > dependencies remain, so not running" (and my printf inside the main > did not appear in the javascript console). > > Any idea of what this means ? > > Regards, > rodrigob. > > On Thu, Aug 14, 2014 at 11:54 PM, Alon Zakai <[email protected]> wrote: > > In theory, yes, you can look at those variables. *However*, they are not > > documented on purpose, as we change those things over time, they are > > internal implementation details. The solution I suggested before, of > waiting > > for main() to be called, is a behavior we are guaranteed *not* to change. > > > > - Alon > > > > > > > > On Thu, Aug 14, 2014 at 2:43 PM, Rodrigo Benenson > > <[email protected]> wrote: > >> > >> Inspecting emscripten code I found Module.calledRun > >> I could not find any documentation about it, but from the code it seems > to > >> be doing what I need. > >> Would this variable be suitable to monitor ? > >> > >> 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. > > > > > > -- > > You received this message because you are subscribed to a topic in the > > Google Groups "emscripten-discuss" group. > > To unsubscribe from this topic, visit > > > https://groups.google.com/d/topic/emscripten-discuss/Tf8ox1NEPXA/unsubscribe > . > > To unsubscribe from this group and all its topics, send an email to > > [email protected]. > > For more options, visit https://groups.google.com/d/optout. > > -- > 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. > -- 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.
