We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b332cad commit 6bb78e3Copy full SHA for 6bb78e3
src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets
@@ -304,7 +304,7 @@
304
EmccFlags="@(EmccFlags)"
305
EmscriptenVersion="$(EmscriptenVersion)"
306
EnableLogProfiler="$(WasmShellEnableLogProfiler)"
307
- EnableThreads="@(WasmEnableThreads)"
+ EnableThreads="$(WasmEnableThreads)"
308
EnableTracing="@(WasmEnableTracing)"
309
GenerateAOTProfile="$(WasmShellGenerateAOTProfile)"
310
IndexHtmlPath="$(WasmShellIndexHtmlPath)"
0 commit comments