documentation/docfx/releases/2.88.3.md
.NET 7 and Blazor support · Released October 4, 2022 · NuGet · GitHub Release
This release adds .NET 7 build infrastructure and Blazor view support, updates the WASM backend to Emscripten 3.1.12 with SIMD features, fixes a Linux native library loading issue with RTLD_DEEPBIND, and corrects stream skip behavior. One new community contributor joined.
None in this release.
RTLD_DEEPBIND flag to dlopen — Prevents symbol conflicts when loading native libraries on Linux. ❤️ @snnz (#2247)| Platform | What's New |
|---|---|
| 🐧 Linux | RTLD_DEEPBIND for safer native library loading |
| 🌐 WebAssembly | Emscripten 3.1.12, SIMD features, .NET 7 Blazor |
| Contributor | What They Did |
|---|---|
| @snnz | RTLD_DEEPBIND flag for Linux dlopen |
| @jeromelaban | Emscripten 3.1.12 and SIMD features |