Skip to content

Commit 646bc43

Browse files
authored
Run tools\maint\update_settings_docs.py (#22457)
Ugh, forgot that we have an automated script to copy settings docs, and force-landed #21614 without that being up to date with latest. This PR runs the settings docs update.
1 parent c411764 commit 646bc43

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

site/source/docs/tools_reference/settings_reference.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2525,9 +2525,13 @@ Default value: false
25252525
WASM_WORKERS
25262526
============
25272527

2528-
If true, enables support for Wasm Workers. Wasm Workers enable applications
2528+
If 1, enables support for Wasm Workers. Wasm Workers enable applications
25292529
to create threads using a lightweight web-specific API that builds on top
2530-
of Wasm SharedArrayBuffer + Atomics API.
2530+
of Wasm SharedArrayBuffer + Atomics API. When enabled, a new build output
2531+
file a.ww.js will be generated to bootstrap the Wasm Worker JS contexts.
2532+
If 2, enables support for Wasm Workers, but without using a separate a.ww.js
2533+
file on the side. This can simplify deployment of builds, but will have a
2534+
downside that the generated build will no longer be csp-eval compliant.
25312535
[compile+link] - affects user code at compile and system libraries at link.
25322536

25332537
Default value: 0

0 commit comments

Comments
 (0)