Skip to content

Commit 833c212

Browse files
committed
don't upgrade browser versions based on bigint after it's the default
1 parent f81e0da commit 833c212

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/feature_matrix.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ def disable_feature(feature):
152152
# a user requests a feature that we know is only supported in browsers
153153
# from a specific version and above, we can assume that browser version.
154154
def apply_min_browser_versions():
155-
if settings.WASM_BIGINT:
156-
enable_feature(Feature.JS_BIGINT_INTEGRATION, 'WASM_BIGINT')
157155
if settings.PTHREADS:
158156
enable_feature(Feature.THREADS, 'pthreads')
159157
enable_feature(Feature.BULK_MEMORY, 'pthreads')

0 commit comments

Comments
 (0)