Depends what you mean by deleting the variable. On incoming, you can use MODULARIZE to wrap all the code in a function, so the only thing left on the global scope is a single variable, which by default is called Module but you can rename with EXPORT_NAME. You can also use EXPORT_NAME by itself to rename Module.
- Alon On Mon, Feb 9, 2015 at 4:03 PM, Philip Rideout <[email protected]> wrote: > I can easily create an alias to "Module", but I'd like to delete the > Module variable outright, which doesn't work because it refers to itself by > name. Is there an emcc argument for this that I'm missing? > > -- > 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.
