diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/test/binaryenjs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test/binaryenjs.py b/scripts/test/binaryenjs.py index 93fbe532f..d546ced13 100644 --- a/scripts/test/binaryenjs.py +++ b/scripts/test/binaryenjs.py @@ -60,7 +60,7 @@ def do_test_binaryen_js_with(which): test([shared.MOZJS, '-m', 'a.mjs']) if shared.NODEJS: if node_has_wasm or 'WebAssembly.' not in test_src: - test([shared.NODEJS, 'a.mjs']) + test([shared.NODEJS, '--experimental-wasm-eh', 'a.mjs']) else: print('Skipping ' + test_path + ' because WebAssembly might not be supported') |