Skip to content

Error launching app after successful AoT compilation #11895

Answered by darenm
darenm asked this question in Q&A
Discussion options

You must be logged in to vote

@jeromelaban Correctly identified this as a content download issue. In order to address issues where customers of our application have firewall restrictions that block the .clr extension when downloading web content, we have adopted the Uno configuration option WasmShellAssembliesExtension below.

<PropertyGroup Label="Globals" Condition="'$(Configuration)'=='Mixed_AOT'">
  <WasmShellEnableAOTDeduplication>false</WasmShellEnableAOTDeduplication>
  <WasmShellEmccLinkOptimization>false</WasmShellEmccLinkOptimization>
  <WasmShellMonoRuntimeExecutionMode>InterpreterAndAOT</WasmShellMonoRuntimeExecutionMode>
  <WasmShellEnableEmscriptenWindows>false</WasmShellEnableEmscriptenWindows>
  <WasmSh…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@darenm
Comment options

@jeromelaban
Comment options

@darenm
Comment options

@jeromelaban
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by darenm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants