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 002c63a commit 4d4897fCopy full SHA for 4d4897f
test/test_core.py
@@ -7051,8 +7051,8 @@ def test_dyncall_specific(self):
7051
'legacy': (['-sDYNCALLS'],),
7052
})
7053
def test_dyncall_pointers(self, args):
7054
- if args:
7055
- self.skipTest('dynCallLegacy is not yet compatible with WASM_ESM_INTEGRATION')
+ if args and self.get_setting('MODULARIZE') == 'instance' or self.get_setting('WASM_ESM_INTEGRATION'):
+ self.skipTest('dynCallLegacy is not yet compatible with MODULARIZE=instance')
7056
self.do_core_test('test_dyncall_pointers.c', emcc_args=args)
7057
7058
@also_with_wasm_bigint
0 commit comments