Skip to content

Commit bfb1696

Browse files
committed
STRICT will fail without a filled INCOMING_MODULE_JS_API
1 parent 6581580 commit bfb1696

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
@@ -5392,7 +5392,7 @@ def test_full_js_library_strict(self):
53925392
'minimal_runtime_pthreads_and_closure': (['-sMINIMAL_RUNTIME', '-pthread', '--closure', '1', '-Oz'],),
53935393
'pthreads_es6': (['-pthread', '-sPTHREAD_POOL_SIZE=2', '-sEXPORT_ES6'],),
53945394
'es6': (['-sEXPORT_ES6'],),
5395-
'strict': (['-sSTRICT'],),
5395+
'strict': (['-sSTRICT', '-sINCOMING_MODULE_JS_API=canvas,instantiateWasm,monitorRunDependencies,onAbort,onExit,print,setStatus,wasm,wasmMemory'],),
53965396
})
53975397
def test_audio_worklet(self, args):
53985398
if '-sMEMORY64' in args and is_firefox():

0 commit comments

Comments
 (0)