Skip to content

Commit

Permalink
Update GlitchedPolygons.GlitchEd25519.BlazorWebApp.csproj
Browse files Browse the repository at this point in the history
Added <WasmEnableSIMD>false</WasmEnableSIMD>  because fucking iOS doesn't support it properly
  • Loading branch information
GlitchedPolygons authored Dec 30, 2023
1 parent 5abefcc commit 352e1a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<RunAOTCompilation>false</RunAOTCompilation>
<WasmEnableSIMD>false</WasmEnableSIMD>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 352e1a4

Please sign in to comment.