We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afc508 commit f9c4633Copy full SHA for f9c4633
src/Uno.Templates/content/unoapp/MyExtensionsApp.1/MyExtensionsApp.1.csproj
@@ -103,6 +103,17 @@
103
ThemeService;
104
<!--#endif-->
105
</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-->
117
</PropertyGroup>
118
<!--#if (useUITests)-->
119
0 commit comments