-
Notifications
You must be signed in to change notification settings - Fork 18
Description
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
- Rive.RiveSharp needs to be compatible with emscripten 3.1.12 before we can update Uno.Wasm.Boostrap.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status