Skip to content

Commit

Permalink
More WASM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Slusny committed Oct 24, 2024
1 parent 878dbe9 commit f48eecb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Raylib.NET.Test/Raylib.NET.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
</PropertyGroup>
<PropertyGroup>
<WasmMainJSPath>main.js</WasmMainJSPath>
<WasmEnableExceptionHandling>false</WasmEnableExceptionHandling>
<!-- <RunAOTCompilation>true</RunAOTCompilation> crashes for some reason -->
<InvariantGlobalization>true</InvariantGlobalization>
<WasmBuildNative>true</WasmBuildNative>
<WasmNativeStrip>true</WasmNativeStrip>
<EnableAggressiveTrimming>true</EnableAggressiveTrimming>
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>full</TrimMode>
<!-- <WasmNativeStrip>true</WasmNativeStrip> -->
<!-- <EnableAggressiveTrimming>true</EnableAggressiveTrimming> -->
<!-- <PublishTrimmed>true</PublishTrimmed> -->
<!-- <TrimMode>full</TrimMode> -->
</PropertyGroup>
<Choose>
<When Condition=" $(Configuration) == 'Debug' ">
Expand Down

0 comments on commit f48eecb

Please sign in to comment.