Skip to content

Commit f298e38

Browse files
committed
Minor: Firefox now supports wasm64
1 parent 9c9b3f7 commit f298e38

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_browser.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5470,8 +5470,6 @@ def test_full_js_library_strict(self):
54705470
'strict': (['-sSTRICT'],),
54715471
})
54725472
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')
54755473
self.btest_exit('webaudio/audioworklet.c', args=['-sAUDIO_WORKLET', '-sWASM_WORKERS'] + args)
54765474

54775475
# Tests that audioworklets and workers can be used at the same time

0 commit comments

Comments
 (0)