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 9b415a6 commit db4a31dCopy full SHA for db4a31d
test/test_browser.py
@@ -5412,7 +5412,7 @@ def test(args, expect_fail):
5412
test([], expect_fail=False)
5413
test(['-sLEGACY_VM_SUPPORT'], expect_fail=False)
5414
test(['-sLEGACY_VM_SUPPORT', '-sNO_POLYFILL'], expect_fail=True)
5415
-
+
5416
@no_wasm64('https://github.com/llvm/llvm-project/issues/98778')
5417
def test_fetch_polyfill_shared_lib(self):
5418
create_file('library.c', r'''
0 commit comments