From dd3183650816f45aeb78e4372781ac86290367f4 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Thu, 9 Nov 2023 22:53:31 -0500 Subject: [PATCH 1/6] fix: Disable SIMD as a tentative workaround for arm64 safari corruption --- Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj b/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj index d2b0dec8f..029b52c43 100644 --- a/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj +++ b/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj @@ -25,7 +25,10 @@ false true true - + + + false + - + + + + + + + + + + System\.IO;AsyncTaskMethodBuilder;AsyncValueTaskMethodBuilder From 2049bc2670676c5b0d5156607a06b04a73fa1fe7 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Fri, 10 Nov 2023 08:05:45 -0500 Subject: [PATCH 3/6] chore: Adjust AOT exclusions, bump bootstrapper --- .../Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj | 39 ++----------------- 1 file changed, 4 insertions(+), 35 deletions(-) diff --git a/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj b/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj index df4a5cc30..815baf1eb 100644 --- a/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj +++ b/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj @@ -7,9 +7,7 @@ true __WASM__ true - - false - / + / @@ -27,7 +25,7 @@ true - false + - - - - - - - - - - - System\.IO;AsyncTaskMethodBuilder;AsyncValueTaskMethodBuilder - - - - - - - True $(DefineConstants);USE_UITESTS - @@ -71,16 +50,6 @@ - - $(WasmShellAOTProfileExcludedMethods);System\.Reflection\.Assembly\.GetExecutingAssembly - $(WasmShellAOTProfileExcludedMethods);Dispose - - - - - - - @@ -129,8 +98,8 @@ - - + + all runtime; build; native; contentfiles; analyzers From b409b697d474cbbfd5cb9771899d2dca8bed0e04 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Fri, 10 Nov 2023 08:51:56 -0500 Subject: [PATCH 4/6] chore: Adjust liner opts --- Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj b/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj index 815baf1eb..a9146d31f 100644 --- a/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj +++ b/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj @@ -20,7 +20,7 @@ InterpreterAndAOT - false + true true true From 982d9181432c009383fb62a5103bbb5477408aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Fri, 10 Nov 2023 09:35:30 -0500 Subject: [PATCH 5/6] chore: Remove unused option --- Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj | 3 --- 1 file changed, 3 deletions(-) diff --git a/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj b/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj index a9146d31f..1548e778d 100644 --- a/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj +++ b/Uno.Gallery/Uno.Gallery.Wasm/Uno.Gallery.Wasm.csproj @@ -24,9 +24,6 @@ true true - - - - + + + + + + + True $(DefineConstants);USE_UITESTS