Skip to content

Commit

Permalink
chore: Bump runtime to fix AOT compiler segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Jun 29, 2024
1 parent 89254cb commit 9f8ff33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Wasm.Bootstrap/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Uno.Wasm.Bootstrap
internal class Constants
{
public const string DefaultDotnetRuntimeSdkUrl = "https://unowasmbootstrap.azureedge.net/runtime/"
+ "dotnet-runtime-wasm-linux-498e18e-7331dcb60e0-8790049905-Release.zip";
+ "dotnet-runtime-wasm-linux-70ec1d6-7331dcb60e0-9720143655-Release.zip";

/// <summary>
/// Min version of the emscripten SDK. Must be aligned with dotnet/runtime SDK build in <see cref="NetCoreWasmSDKUri"/>.
Expand Down

0 comments on commit 9f8ff33

Please sign in to comment.