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
Set INCOMING_MODULE_JS_API to empty in STRICT mode (#16372)
In strict mode, make this list empty default which saves on code size
and complexity. In this mode one needs to opt into any incoming module
symbols you want to use.
exit_with_error(f'Due to collision in variable name "Module", the shell file "{options.shell_path}" is not compatible with build options "-sMODULARIZE -sEXPORT_NAME=Module". Either provide your own shell file, change the name of the export to something else to avoid the name collision. (see https://github.com/emscripten-core/emscripten/issues/7950 for details)')
2619
2625
2620
2626
# TODO(sbc): Remove WASM2JS here once the size regression it would introduce has been fixed.
# the minimal runtime shell HTML is designed to support changing the export
4159
4165
# name, but the normal one does not support that currently
4160
4166
exit_with_error('Customizing EXPORT_NAME requires that the HTML be customized to use that name (see https://github.com/emscripten-core/emscripten/issues/10086)')
0 commit comments