Skip to content

Commit 9d9c56a

Browse files
committed
send externs to library including
1 parent 9539d25 commit 9d9c56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emscripten.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ def emscript_fast(infile, settings, outfile, libraries=[], compiler_engine=None,
800800
set(settings['DEFAULT_LIBRARY_FUNCS_TO_INCLUDE'] + map(shared.JS.to_nice_ident, metadata['declares'])).difference(
801801
map(lambda x: x[1:], metadata['implementedFunctions'])
802802
)
803-
)
803+
) + map(lambda x: x[1:], metadata['externs'])
804804

805805
# Settings changes
806806
assert settings['TARGET_LE32'] == 1

0 commit comments

Comments
 (0)