Background
In CommunityToolkit/Labs-Windows#297, we updated all Uno libraries to the latest version, except for Uno.Wasm.Bootstrap.
According to the Uno Platform team:
Uno.Wasm.Bootstrap 3.x is .NET6, and is using emscripten 2.0.23: https://github.com/unoplatform/Uno.Wasm.Bootstrap/blob/fc89b40db92a14b8f04d4c5c9c72690bdcd7b878/src/Uno.Wasm.Bootstrap/Constants.cs#L19
Uno.Wasm.Bootstrap 7.x is .NET7, and is using emscripten 3.1.12: https://github.com/unoplatform/Uno.Wasm.Bootstrap/blob/55a871e6ed4a255a93631f75d9edb6362356adbe/src/Uno.Wasm.Bootstrap/Constants.cs#L19
During CommunityToolkit/Labs-Windows#297, we found that Rive.RiveSharp could not be used with Uno.Wasm.Bootstrap 3.x as it was compiled with another version. This was corrected in CommunityToolkit/Labs-Windows#306 and Rive now works with the latest version of all other Uno packages.
The problem
Labs is still using Uno.Wasm.Bootstrap 3.x, but needs to be using the latest version.
Prerequisites
Background
In CommunityToolkit/Labs-Windows#297, we updated all Uno libraries to the latest version, except for Uno.Wasm.Bootstrap.
According to the Uno Platform team:
During CommunityToolkit/Labs-Windows#297, we found that
Rive.RiveSharpcould not be used withUno.Wasm.Bootstrap3.x as it was compiled with another version. This was corrected in CommunityToolkit/Labs-Windows#306 and Rive now works with the latest version of all other Uno packages.The problem
Labs is still using Uno.Wasm.Bootstrap 3.x, but needs to be using the latest version.
Prerequisites