Open davidyuk opened 3 years ago
I don't think it will be possible to solve this without changing how it works inside emscripten. Not closing for visibility, no action will be taken.
Actually, I'm wrong, it's possible to change it: https://stackoverflow.com/questions/30152622/changing-the-default-namespace-module-in-emscripten
Running
hash
defines a global variableModule
with some internal stuff. Probably this comes fromemscripten
but would be better to avoid this, because of:Module
to something more specific)