Skip to content

Commit 79c7741

Browse files
committed
Convert a couple of EH tests to @parameterize. NFC
Split out from #27575
1 parent c60181f commit 79c7741

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

tools/feature_matrix.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,3 +276,5 @@ def auto_enable_features():
276276
# compiler rather then adding them all ad-hoc as internal settings
277277
if caniuse(Feature.GROWABLE_ARRAYBUFFERS):
278278
default_setting('GROWABLE_ARRAYBUFFERS', 2)
279+
if not caniuse(Feature.WASM_LEGACY_EXCEPTIONS):
280+
default_setting('WASM_LEGACY_EXCEPTIONS', 0)

tools/link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ def limit_incoming_module_api():
15671567
settings.DEFAULT_LIBRARY_FUNCS_TO_INCLUDE += ['$_wasmWorkerInitializeRuntime']
15681568

15691569
# Set min browser versions based on certain settings such as WASM_BIGINT,
1570-
# PTHREADS, AUDIO_WORKLET
1570+
# PTHREADS, AUDIO_WORKLET, WASM_EXCEPTIONS.
15711571
# Such setting must be set before this point
15721572
feature_matrix.apply_min_browser_versions()
15731573

0 commit comments

Comments
 (0)