We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9b3f7 commit f298e38Copy full SHA for f298e38
test/test_browser.py
@@ -5470,8 +5470,6 @@ def test_full_js_library_strict(self):
5470
'strict': (['-sSTRICT'],),
5471
})
5472
def test_audio_worklet(self, args):
5473
- if '-sMEMORY64' in args and is_firefox():
5474
- self.skipTest('https://github.com/emscripten-core/emscripten/issues/19161')
5475
self.btest_exit('webaudio/audioworklet.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS'] + args)
5476
5477
# Tests that audioworklets and workers can be used at the same time
0 commit comments