Skip to content

Commit

Permalink
fix: adding missing WASM Multithreading block
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Aug 23, 2024
1 parent d713aae commit c500010
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,17 @@
ThemeService;
<!--#endif-->
</UnoFeatures>
<!--#if (useWasmMultiThreading)-->

<!--
Enable WebAssembly Threads
https://aka.platform.uno/wasm-threading
NOTE: This feature is still considered experimental by the dotnet team
-->
<WasmShellEnableThreads>true</WasmShellEnableThreads>
<WasmShellPThreadsPoolSize>8</WasmShellPThreadsPoolSize>
<!--#endif-->
</PropertyGroup>
<!--#if (useUITests)-->

Expand Down

0 comments on commit c500010

Please sign in to comment.