-
-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
Running hash defines a global variable Module with some internal stuff. Probably this comes from emscripten but would be better to avoid this, because of:
- possible collision that may happen (also may be fixed by changing
Moduleto something more specific) - to don't expose library internals without reason
- in general, to don't define/change global variables should be a good practice
Metadata
Metadata
Assignees
Labels
No labels