emscripten-core / emscripten-core/emscripten
-sMODULARIZE=instance does not work with closure compiler
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
This is because the module code that defines the `__exp_` variables is run through closure compiler but the code that uses this is not.
See #23158
Contributor guide
Assessment
This issue has not been assessed yet.