-
Notifications
You must be signed in to change notification settings - Fork 14
Update Uno.Wasm.Bootstrap to latest version 7.x #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is also blocking our investigation into fixing the Rive experiment in Release mode on WASM. |
Related to rive-app/rive-sharp#4 CommunityToolkit/Labs-Windows#328 was failing to update to SkiaSharp.Views.WinUI 2.88.3 (with enscripten updates) due to mono/SkiaSharp#2272 So I think this means we need to wait until we update the Windows App SDK references in CommunityToolkit/Labs-Windows#183 or for a SkiaSharp update? |
I've updated us to the latest version of SkiaSharp. Testing in a codespace, I'm seeing this error:
Putting this aside for now, will investigate in more detail later. |
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.RiveSharp
could not be used withUno.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
The text was updated successfully, but these errors were encountered: