Hello, I have two .js files i've produced using emscripten. One uses Module for Global scope and the other uses a export_name value and Modularize. The one i use Export_name and modularize isn't initialize in the global scope until i new it up. Can i add this one to the global scope without having to new up the object?
I ask this question because i'm using TypeScript and one of my classes extends a class inside the Modularized component. The problem is, the object is undefined when the class is being used because my module hasn't been initialized. Is there a way to go ahead and initialize my Modular object in the global scope just like Module? if so, could you give me an example? Thanks, -- 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.
