diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-06-04 10:32:21 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-06-04 10:32:21 -0700 |
commit | 03d78f8afd6ac1b186a43330a7aaf7ee794127d5 (patch) | |
tree | 73dc7d3d5f8d8c78a0b6196be383fca309f598ae | |
parent | c9e6b850aadeeea679a9f03be69e3a4f70b172f4 (diff) |
export everything in the main module, so side modules can access it
-rwxr-xr-x | emcc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1347,6 +1347,7 @@ try: if shared.Settings.MAIN_MODULE: assert not shared.Settings.SIDE_MODULE shared.Settings.INCLUDE_FULL_LIBRARY = 1 + shared.Settings.EXPORT_ALL = 1 elif shared.Settings.SIDE_MODULE: assert not shared.Settings.MAIN_MODULE |