chore: Adjust AOT compatibility mode

This commit is contained in:
Jerome Laban 2024-09-04 08:47:03 -04:00
Родитель 63ee70d15c
Коммит 2f779bd91d
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -28,6 +28,11 @@
<WasmBuildNative>true</WasmBuildNative>
</PropertyGroup>
<PropertyGroup Condition=" '$(WasmShellMonoRuntimeExecutionMode)' == 'InterpreterAndAOT' ">
<RunAOTCompilation>true</RunAOTCompilation>
<WasmBuildNative>true</WasmBuildNative>
</PropertyGroup>
<Target Name="_UnoInjectAOTSupport"
BeforeTargets="ResolveRuntimePackAssets"
Condition=" '$(WasmShellGenerateAOTProfile)' == 'true' ">