You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: emscripten.py
+3-1
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,8 @@ def fix_dot_zero(m):
165
165
metadata['declares'] =filter(lambdai64_func: i64_funcnotin ['getHigh32', 'setHigh32', '__muldi3', '__divdi3', '__remdi3', '__udivdi3', '__uremdi3'], metadata['declares']) # FIXME: do these one by one as normal js lib funcs
166
166
167
167
# Integrate info from backend
168
+
ifsettings['SIDE_MODULE']:
169
+
settings['DEFAULT_LIBRARY_FUNCS_TO_INCLUDE'] = [] # we don't need any JS library contents in side modules
0 commit comments