Skip to content

Commit f9c4633

Browse files
committed
fix: adding missing WASM Multithreading block
1 parent 7afc508 commit f9c4633

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Uno.Templates/content/unoapp/MyExtensionsApp.1/MyExtensionsApp.1.csproj

+11
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,17 @@
103103
ThemeService;
104104
<!--#endif-->
105105
</UnoFeatures>
106+
<!--#if (useWasmMultiThreading)-->
107+
108+
<!--
109+
Enable WebAssembly Threads
110+
https://aka.platform.uno/wasm-threading
111+
112+
NOTE: This feature is still considered experimental by the dotnet team
113+
-->
114+
<WasmShellEnableThreads>true</WasmShellEnableThreads>
115+
<WasmShellPThreadsPoolSize>8</WasmShellPThreadsPoolSize>
116+
<!--#endif-->
106117
</PropertyGroup>
107118
<!--#if (useUITests)-->
108119

0 commit comments

Comments
 (0)