Skip to content

Commit e487a98

Browse files
committed
STRICT will fail without a filled INCOMING_MODULE_JS_API
1 parent cbb2031 commit e487a98

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
@@ -5378,7 +5378,7 @@ def test_full_js_library_strict(self):
53785378
'minimal_runtime_pthreads_and_closure': (['-sMINIMAL_RUNTIME', '-pthread', '--closure', '1', '-Oz'],),
53795379
'pthreads_es6': (['-pthread', '-sPTHREAD_POOL_SIZE=2', '-sEXPORT_ES6'],),
53805380
'es6': (['-sEXPORT_ES6'],),
5381-
'strict': (['-sSTRICT'],),
5381+
'strict': (['-sSTRICT', '-sINCOMING_MODULE_JS_API=canvas,instantiateWasm,monitorRunDependencies,onAbort,onExit,print,setStatus,wasm,wasmMemory'],),
53825382
})
53835383
def test_audio_worklet(self, args):
53845384
if '-sMEMORY64' in args and is_firefox():

0 commit comments

Comments
 (0)