>
>
>
> 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
>>
>
Hello Alon
yes, your hint works, thanks!
So I moved now from this problem to the next one :-)
(https://groups.google.com/forum/#!topic/emscripten-discuss/5-0m2GZH6jw)
regards
Steffen
--
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.