We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81e0da commit 833c212Copy full SHA for 833c212
tools/feature_matrix.py
@@ -152,8 +152,6 @@ def disable_feature(feature):
152
# a user requests a feature that we know is only supported in browsers
153
# from a specific version and above, we can assume that browser version.
154
def apply_min_browser_versions():
155
- if settings.WASM_BIGINT:
156
- enable_feature(Feature.JS_BIGINT_INTEGRATION, 'WASM_BIGINT')
157
if settings.PTHREADS:
158
enable_feature(Feature.THREADS, 'pthreads')
159
enable_feature(Feature.BULK_MEMORY, 'pthreads')
0 commit comments