Skip to content

Commit

Permalink
chore: Enable jiterepreter
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 18, 2024
1 parent 3d6fc3d commit 49d9fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Playground.WASM/Uno.Playground.WASM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!--<UseAOT Condition="$([MSBuild]::IsOsPlatform('Linux')) or ( $([MSBuild]::IsOsPlatform('Windows')) and '$(BUILD_REPOSITORY_PROVIDER)'=='' )">true</UseAOT>-->
<WasmShellMonoRuntimeExecutionMode Condition="'$(UseAOT)'=='true'">InterpreterAndAOT</WasmShellMonoRuntimeExecutionMode>
<!--<WasmShellEnableJiterpreter>true</WasmShellEnableJiterpreter>-->
<WasmShellEnableJiterpreter>true</WasmShellEnableJiterpreter>
<WasmShellEnableEmccProfiling>true</WasmShellEnableEmccProfiling>
<!--<WasmShellDisableSDKCheckSumValidation>true</WasmShellDisableSDKCheckSumValidation>-->
<!--<WasmShellILLinkerEnabled>false</WasmShellILLinkerEnabled>-->
Expand Down

0 comments on commit 49d9fb5

Please sign in to comment.