We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffddebc commit eaa237aCopy full SHA for eaa237a
src/Uno.Wasm.Sample.RayTracer/Uno.Wasm.Sample.RayTracer.csproj
@@ -14,6 +14,7 @@
14
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
15
<PublishTrimmed>true</PublishTrimmed>
16
<RunAOTCompilation>true</RunAOTCompilation>
17
+ <WasmShellEnableJiterpreter>true</WasmShellEnableJiterpreter>
18
<!--<RunAOTCompilationAfterBuild>true</RunAOTCompilationAfterBuild>-->
19
<WasmAotProfilePath>$(MSBuildThisFileDirectory)aot.profile</WasmAotProfilePath>
20
<!-- <WasmShellGenerateAOTProfile>true</WasmShellGenerateAOTProfile> -->
0 commit comments