Skip to content

Commit 4004df6

Browse files
committed
update settings doc
1 parent 833c212 commit 4004df6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/source/docs/tools_reference/settings_reference.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,8 @@ WASM_BIGINT
21862186

21872187
WebAssembly integration with JavaScript BigInt. When enabled we don't need to
21882188
legalize i64s into pairs of i32s, as the wasm VM will use a BigInt where an
2189-
i64 is used.
2189+
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.
21902191

21912192
Default value: true
21922193

0 commit comments

Comments
 (0)