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;
16351635// [compile+link] - affects user code at compile and system libraries at link.
16361636var SHARED_MEMORY = false ;
16371637
1638- // If true , enables support for Wasm Workers. Wasm Workers enable applications
1638+ // If 1 , enables support for Wasm Workers. Wasm Workers enable applications
16391639// 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.
16411645// [compile+link] - affects user code at compile and system libraries at link.
16421646var WASM_WORKERS = 0 ;
16431647
You can’t perform that action at this time.
0 commit comments