[WASM] Profile guided AOT - Failed to clone the Emscripten SDK repository. #11790
-
Current behaviorI followed the official documentation to create an AOT profile to enable profile-guided AOT. In the Wasm csproj, I added the following: In the LinkerConfig.xml file, I added the following: I pressed Then I get the following error:
Expected behaviorThe expected behavior would be that the build succeeds and I can save the AOT profile by pressing How to reproduce it (as minimally and precisely as possible)Clone the repo and follow the steps to generate an AOT profile and you will see the errors mentioned. WorkaroundNA Works on UWP/WinUINA EnvironmentRelease NuGet package version(s)Uno.Wasm.Bootstrap 7.0.19 Affected platformsWebAssembly IDEVisual Studio 2022 IDE version17.5.3 Relevant pluginsNo response Anything else we need to know?Help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 21 replies
-
Thanks for the report. Give a look at the link provided by the error, you will likely see additional information. |
Beta Was this translation helpful? Give feedback.
-
I have similar issue using last version on Uno Platform error : System.Exception: Failed to run emscripten I have try to set Build Mode = Diagnostic but no additional info is showed. the error is: You can help me? |
Beta Was this translation helpful? Give feedback.
-
if i start this command |
Beta Was this translation helpful? Give feedback.
-
Is very complex to solve this issue: |
Beta Was this translation helpful? Give feedback.
Thanks for the report. Give a look at the link provided by the error, you will likely see additional information.