File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1635,9 +1635,13 @@ var USE_SQLITE3 = false;
1635
1635
// [compile+link] - affects user code at compile and system libraries at link.
1636
1636
var SHARED_MEMORY = false ;
1637
1637
1638
- // If true , enables support for Wasm Workers. Wasm Workers enable applications
1638
+ // If 1 , enables support for Wasm Workers. Wasm Workers enable applications
1639
1639
// to create threads using a lightweight web-specific API that builds on top
1640
- // of Wasm SharedArrayBuffer + Atomics API.
1640
+ // of Wasm SharedArrayBuffer + Atomics API. When enabled, a new build output
1641
+ // file a.ww.js will be generated to bootstrap the Wasm Worker JS contexts.
1642
+ // If 2, enables support for Wasm Workers, but without using a separate a.ww.js
1643
+ // file on the side. This can simplify deployment of builds, but will have a
1644
+ // downside that the generated build will no longer be csp-eval compliant.
1641
1645
// [compile+link] - affects user code at compile and system libraries at link.
1642
1646
var WASM_WORKERS = 0 ;
1643
1647
You can’t perform that action at this time.
0 commit comments