Skip to content

Commit

Permalink
chore: Update runtime to include Wasm+AOT fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Jan 20, 2025
1 parent cd94f20 commit 1010b43
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-46a7f57-7331dcb60e0-12869509846-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 1010b43

Please sign in to comment.