Skip to content

Pollutes global scope with Module #67

@davidyuk

Description

@davidyuk

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 Module to 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions