Aardworx.WebAssembly
1.2.8
dotnet add package Aardworx.WebAssembly --version 1.2.8
NuGet\Install-Package Aardworx.WebAssembly -Version 1.2.8
<PackageReference Include="Aardworx.WebAssembly" Version="1.2.8" />
<PackageVersion Include="Aardworx.WebAssembly" Version="1.2.8" />
<PackageReference Include="Aardworx.WebAssembly" />
paket add Aardworx.WebAssembly --version 1.2.8
#r "nuget: Aardworx.WebAssembly, 1.2.8"
#:package Aardworx.WebAssembly@1.2.8
#addin nuget:?package=Aardworx.WebAssembly&version=1.2.8
#tool nuget:?package=Aardworx.WebAssembly&version=1.2.8
WebXR utilities for Aardvark
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
- Aardvark.Application (>= 5.6.4 && < 5.7.0)
- Aardvark.Base (>= 5.3.21 && < 5.4.0)
- Aardvark.Base.FSharp (>= 5.3.21 && < 5.4.0)
- Aardvark.Dom.Core (>= 1.1.8 && < 1.2.0)
- Aardworx.AsyncPrimitives (= 1.2.8)
- FSharp.Core (>= 8.0.300)
- FSharp.Data.Adaptive (>= 1.2.26 && < 1.3.0)
- Microsoft.AspNetCore.Components.WebAssembly (>= 8.0.26 && < 8.1.0)
- Microsoft.AspNetCore.Components.WebAssembly.DevServer (>= 8.0.26 && < 8.1.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Aardworx.WebAssembly:
| Package | Downloads |
|---|---|
|
Aardworx.Rendering.WebGL
WebAssembly libraries for Aardvark |
|
|
Aardworx.WebAssembly.Dom
WebAssembly libraries for Aardvark |
|
|
Aardworx.WebAssembly.WebXR
WebAssembly libraries for Aardvark |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.8 | 102 | 5/20/2026 |
| 1.2.7 | 231 | 5/18/2026 |
| 1.2.6 | 237 | 4/28/2026 |
| 1.2.5 | 214 | 4/26/2026 |
| 1.2.4 | 221 | 4/26/2026 |
| 1.2.3 | 227 | 4/26/2026 |
| 1.2.2 | 227 | 4/26/2026 |
| 1.2.1 | 215 | 4/25/2026 |
| 1.2.0 | 219 | 4/25/2026 |
| 1.1.14 | 424 | 11/6/2025 |
| 1.1.13 | 358 | 10/22/2025 |
| 1.1.12 | 372 | 10/16/2025 |
| 1.1.11 | 387 | 2/22/2025 |
| 1.1.10 | 365 | 10/21/2024 |
| 1.1.9 | 409 | 10/19/2024 |
| 1.1.8 | 365 | 10/1/2024 |
| 1.1.7 | 409 | 5/13/2024 |
| 1.1.6 | 376 | 9/27/2023 |
| 1.1.5 | 433 | 9/27/2023 |
| 1.1.4 | 362 | 9/25/2023 |
per-attachment blending now works on WebGL2 via the `OES_draw_buffers_indexed` extension (with `EXT_draw_buffers_indexed` as a fallback). `CommandStream.SetBlendState` previously threw `[WebGL] no support for per-attachment blending` whenever any MRT setup had differing per-attachment blend modes — now it dispatches to indexed entry points (`enableiOES` / `disableiOES` / `blendFuncSeparateiOES` / `blendEquationSeparateiOES`) through small EM_ASM wrappers in `Native/WebGL.c`. If the extension is missing the backend logs a warning and falls back to the default mode for all attachments instead of crashing.
exposed `DeviceFeatures.PerAttachmentBlending : bool` (set by detecting the extension at device init and verifying the JS extension object can actually be acquired) and printed it in the device-info dump.