Skip to content

Update Uno.Wasm.Bootstrap to latest version 7.x #13

@Arlodotexe

Description

@Arlodotexe

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

UnoIssues related to Uno PlatformWASMBugs related to working with WASM/Codespaces

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions