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 833c212 commit 4004df6Copy full SHA for 4004df6
site/source/docs/tools_reference/settings_reference.rst
@@ -2186,7 +2186,8 @@ WASM_BIGINT
2186
2187
WebAssembly integration with JavaScript BigInt. When enabled we don't need to
2188
legalize i64s into pairs of i32s, as the wasm VM will use a BigInt where an
2189
-i64 is used.
+i64 is used. If WASM_BIGINT is present, the default minimum supported browser
2190
+versions will be increased to the min version that supports BigInt.
2191
2192
Default value: true
2193
0 commit comments