Skip to content

Commit

Permalink
fix: Disable SIMD as a tentative workaround for arm64 safari corruption
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 10, 2023
1 parent d090311 commit dd31836
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
<WasmShellEmccLinkOptimization>false</WasmShellEmccLinkOptimization>
<WasmShellEnableEmccProfiling>true</WasmShellEnableEmccProfiling>
<UnoXamlResourcesTrimming>true</UnoXamlResourcesTrimming>


<!-- Tentative disable SIMD for Safari corruption issue -->
<WasmShellEnableSimd>false</WasmShellEnableSimd>

<!--
Uncomment this block to generate a profile
<WasmShellGenerateAOTProfile>true</WasmShellGenerateAOTProfile>
Expand Down

0 comments on commit dd31836

Please sign in to comment.