Hello Alon

I think that is the hint I was looking for - I'll try in a few days when 
I'm back from a business trip

many thanks!

Steffen


Am Mittwoch, 5. November 2014 19:22:06 UTC+1 schrieb Alon Zakai:
>
> I'm not sure I understand you. But, in general, an emscripten program will 
> run its main function if it has one. If there isn't a main function, 
> nothing is immediately called (but global constructors). Then you can call 
> methods later when you want, e.g. after setting up some files.
>
> And you can control when the entire program is even reached in usual JS 
> manner. If you put all the emscripten output into
>
> function myProgram() {
>   // emscripten output
> }
>
> then only when you call myProgram will it run.
>
> - Alon
>
>
>
>

-- 
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.

Reply via email to