File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,15 @@ To create a profiled build:
90
90
- Launch App.saveProfile()
91
91
- Download the ` aot.profile ` file next to the csproj file
92
92
- Comment the ` WasmShellGenerateAOTProfile ` line
93
- - Add the following lines:
94
-
95
- ``` xml
96
- <ItemGroup >
97
- <WasmShellEnableAotProfile Include =" aot.profile" />
98
- </ItemGroup >
99
- ```
93
+ - Add a reference to the generated file:
94
+ - If you're using the [ Uno.Sdk] ( xref:Uno.Features.Uno.Sdk ) , place the file in the ` Platforms/WebAssembly ` folder
95
+ - If you're not using the Uno.Sdk, add the following lines:
96
+
97
+ ``` xml
98
+ <ItemGroup >
99
+ <WasmShellEnableAotProfile Include =" aot.profile" />
100
+ </ItemGroup >
101
+ ```
100
102
101
103
- Make sure that Mixed mode is enabled:
102
104
You can’t perform that action at this time.
0 commit comments