Skip to content

Commit 61aedcc

Browse files
authored
force disable jiterpreter
1 parent 946c736 commit 61aedcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uno.Wasm.Sample.RayTracer/Uno.Wasm.Sample.RayTracer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
1515
<PublishTrimmed>true</PublishTrimmed>
1616
<RunAOTCompilation>true</RunAOTCompilation>
17-
<WasmShellEnableJiterpreter>true</WasmShellEnableJiterpreter>
17+
<WasmShellEnableJiterpreter>false</WasmShellEnableJiterpreter>
1818
<!--<RunAOTCompilationAfterBuild>true</RunAOTCompilationAfterBuild>-->
1919
<WasmAotProfilePath>$(MSBuildThisFileDirectory)aot.profile</WasmAotProfilePath>
2020
<!-- <WasmShellGenerateAOTProfile>true</WasmShellGenerateAOTProfile> -->

0 commit comments

Comments
 (0)