@@ -5407,7 +5407,7 @@ def test_full_js_library_strict(self):
5407
5407
'minimal_runtime_pthreads_and_closure' : (['-sMINIMAL_RUNTIME' , '-pthread' , '--closure' , '1' , '-Oz' ],),
5408
5408
'pthreads_es6' : (['-pthread' , '-sPTHREAD_POOL_SIZE=2' , '-sEXPORT_ES6' ],),
5409
5409
'es6' : (['-sEXPORT_ES6' ],),
5410
- 'strict' : (['-sSTRICT' , '-sINCOMING_MODULE_JS_API=canvas,instantiateWasm,monitorRunDependencies,onAbort,onExit,print,setStatus,wasm,wasmMemory' ],),
5410
+ 'strict' : (['-sSTRICT' ],),
5411
5411
})
5412
5412
def test_audio_worklet (self , args ):
5413
5413
if '-sMEMORY64' in args and is_firefox ():
@@ -5436,7 +5436,7 @@ def test_audio_worklet_modularize(self, args):
5436
5436
# We can't test playback, so don't need the data files, we're testing it builds and runs
5437
5437
@parameterized ({
5438
5438
'' : ([],),
5439
- 'minimal_with_closure' : (['-sMINIMAL_RUNTIME' , '--closure' , ' 1' , '-Oz' ],),
5439
+ 'minimal_with_closure' : (['-sMINIMAL_RUNTIME' , '--closure= 1' , '-Oz' ],),
5440
5440
})
5441
5441
def test_audio_worklet_stereo_io (self , args ):
5442
5442
self .btest_exit ('webaudio/audioworklet_in_out_stereo.c' , args = ['-sAUDIO_WORKLET' , '-sWASM_WORKERS' ] + args )
0 commit comments