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.
@also_with_modularize
1 parent d15678b commit f2649caCopy full SHA for f2649ca
test/common.py
@@ -683,7 +683,7 @@ def also_with_modularize(f):
683
@wraps(f)
684
def metafunc(self, modularize, *args, **kwargs):
685
if modularize:
686
- if '-sWASM_ESM_INTEGRATION':
+ if '-sWASM_ESM_INTEGRATION' in self.cflags:
687
self.skipTest('also_with_modularize is not compatible with WASM_ESM_INTEGRATION')
688
self.cflags += ['--extern-post-js', test_file('modularize_post_js.js'), '-sMODULARIZE']
689
f(self, *args, **kwargs)
0 commit comments