Skip to content

Commit c027926

Browse files
committed
STRICT will fail without a filled INCOMING_MODULE_JS_API
1 parent b1b5c6d commit c027926

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

0 commit comments

Comments
 (0)