documentation/docfx/releases/2.88.3.md
WebAssembly and .NET 7 update · Released October 4, 2022 · NuGet · GitHub Release
API changes · SkiaSharp API diff · HarfBuzzSharp 2.8.2.3
SkiaSharp 2.88.3 keeps the release line current with .NET 7, adds newer WebAssembly outputs for emscripten 3.1.12 with SIMD, and ships a handful of targeted fixes for native loading and stream behavior.
None in this release.
RTLD_DEEPBIND to the dlopen flags to improve native loading behavior on affected systems. ❤️ @snnz (#2247)| Platform | What's New |
|---|---|
| 🌐 WebAssembly | emscripten 3.1.12 outputs, SIMD builds, archive lookup fix |
| 🐧 Linux | RTLD_DEEPBIND native loading improvement |
| 📦 General | .NET 7 support for Blazor views |
| Contributor | What They Did |
|---|---|
| @jeromelaban | Added emscripten 3.1.12 and SIMD support and fixed archive lookup |
| @snnz | Improved native loading with RTLD_DEEPBIND |