This commit is contained in:
Alon Zakai 2015-07-23 17:16:51 -07:00
Родитель ee6674746c
Коммит fd40b9a33d
1 изменённых файлов: 3 добавлений и 0 удалений

3
emcc
Просмотреть файл

@ -939,6 +939,9 @@ try:
elif shared.Settings.SIDE_MODULE:
assert not shared.Settings.MAIN_MODULE
memory_init_file = False # memory init file is not supported with side modules, must be executable synchronously (for dlopen)
if shared.Settings.WASM:
logging.warning('disabling WASM in SIDE_MODULE')
shared.Settings.WASM = 0
if shared.Settings.MAIN_MODULE or shared.Settings.SIDE_MODULE:
assert shared.Settings.ASM_JS, 'module linking requires asm.js output (-s ASM_JS=1)'