File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments