Unfortunately, the onload event does not seem to work properly in Chrome. In
var my_lib = My_lib(); window.onload = do_something; onload is called before My_lib() is executed, resulting in an error. -- 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.
