From 6a2ec34a24f0dba63b851e800cc88653c1c74c9b Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Thu, 2 Feb 2023 14:12:56 -0800 Subject: Add a CMake flag to enable Wasm exceptions in the BinaryenJS build (#5454) --- scripts/test/binaryenjs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/test') 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') -- cgit v1.2.3