File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
<WasmShellMonoRuntimeExecutionMode Condition =" Exists('aot.profile')" >InterpreterAndAOT</WasmShellMonoRuntimeExecutionMode >
21
21
22
22
<!-- MultiThreading: https://platform.uno/docs/articles/external/uno.wasm.bootstrap/doc/features-threading.html -->
23
- <WasmShellEnableThreads >true </WasmShellEnableThreads >
24
- <WasmShellPThreadsPoolSize >8</WasmShellPThreadsPoolSize >
23
+ <WasmShellEnableThreads >false </WasmShellEnableThreads >
24
+ <WasmShellPThreadsPoolSize Condition = " '$(WasmShellEnableThreads)' == 'true' " >8</WasmShellPThreadsPoolSize >
25
25
26
- <!-- MultiThreading SharedArrayBuffer: https://platform.uno/docs/articles/external/uno.wasm.bootstrap/doc/features-additional-files.html -->
27
- <WasmShellIndexHtmlPath >$(MSBuildProjectDirectory)\wwwroot\index.html</WasmShellIndexHtmlPath >
26
+ <!-- MultiThreading SharedArrayBuffer workaround : https://platform.uno/docs/articles/external/uno.wasm.bootstrap/doc/features-additional-files.html -->
27
+ <WasmShellIndexHtmlPath Condition = " '$(WasmShellEnableThreads)' == 'true' " >$(MSBuildProjectDirectory)\wwwroot\index.html</WasmShellIndexHtmlPath >
28
28
29
29
<!-- Pre-compression: https://platform.uno/docs/articles/external/uno.wasm.bootstrap/doc/features-pre-compression.html -->
30
30
<WasmShellCompressionLayoutMode >InPlace</WasmShellCompressionLayoutMode >
You can’t perform that action at this time.
0 commit comments