Skip to content

Commit 55e70fa

Browse files
committed
STRICT will fail without a filled INCOMING_MODULE_JS_API
1 parent 4e9d358 commit 55e70fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5407,7 +5407,7 @@ def test_full_js_library_strict(self):
54075407
'minimal_runtime_pthreads_and_closure': (['-sMINIMAL_RUNTIME', '-pthread', '--closure', '1', '-Oz'],),
54085408
'pthreads_es6': (['-pthread', '-sPTHREAD_POOL_SIZE=2', '-sEXPORT_ES6'],),
54095409
'es6': (['-sEXPORT_ES6'],),
5410-
'strict': (['-sSTRICT'],),
5410+
'strict': (['-sSTRICT', '-sINCOMING_MODULE_JS_API=canvas,instantiateWasm,monitorRunDependencies,onAbort,onExit,print,setStatus,wasm,wasmMemory'],),
54115411
})
54125412
def test_audio_worklet(self, args):
54135413
if '-sMEMORY64' in args and is_firefox():

0 commit comments

Comments
 (0)