WebScene.NativeEngine.Runtime.linux-x64 1.0.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package WebScene.NativeEngine.Runtime.linux-x64 --version 1.0.9
                    
NuGet\Install-Package WebScene.NativeEngine.Runtime.linux-x64 -Version 1.0.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WebScene.NativeEngine.Runtime.linux-x64" Version="1.0.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebScene.NativeEngine.Runtime.linux-x64" Version="1.0.9" />
                    
Directory.Packages.props
<PackageReference Include="WebScene.NativeEngine.Runtime.linux-x64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WebScene.NativeEngine.Runtime.linux-x64 --version 1.0.9
                    
#r "nuget: WebScene.NativeEngine.Runtime.linux-x64, 1.0.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package WebScene.NativeEngine.Runtime.linux-x64@1.0.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WebScene.NativeEngine.Runtime.linux-x64&version=1.0.9
                    
Install as a Cake Addin
#tool nuget:?package=WebScene.NativeEngine.Runtime.linux-x64&version=1.0.9
                    
Install as a Cake Tool

WebScene native engine runtime

This package contains one reviewed native WebScene V8 DOM/CSS/scene engine for the RID in the package ID. It is produced by the release pipeline, not restored as a template.

The package includes the native library, its required icudtl.dat, the applicable third-party notices, and a SHA-256/ABI/V8 build manifest. Release packages use V8 pointer compression, its process-wide shared cage, and the size-optimized runtime policy. Those settings and dense-link status are recorded in the manifest and exposed as transitive MSBuild properties so a stale or incompatible V8 monolith cannot silently enter a release. Release linkage also dead-strips unreachable native sections and restricts the dynamic export table to WebScene's public C ABI. Developer builds retain ordinary symbols unless WEBSCENE_NATIVE_ENGINE_DENSE_LINK=ON is selected explicitly. Runtime packages compile with WEBSCENE_NATIVE_ENGINE_CERTIFICATION=OFF; feature inventories, diagnostic snapshots, native profiling state, and their hot-path counters are not shipped. The stable webscene_engine_get_build_features ABI reports zero for these package binaries. The library locates ICU data relative to its own module, so the package remains relocatable. Browser-facing WebSocket support is implemented inside the native runtime with the pinned IXWebSocket transport; it does not call back into a managed network stack. Applications must target the same RuntimeIdentifier; mixing runtime packages and RIDs is rejected during the build.

Install the package matching the application's deployment RID:

<PackageReference Include="WebScene.NativeEngine.Runtime.osx-arm64" Version="VERSION" />


Target platform Runtime identifier Package
macOS on Apple silicon osx-arm64 WebScene.NativeEngine.Runtime.osx-arm64
Linux x64 linux-x64 WebScene.NativeEngine.Runtime.linux-x64
Windows x64 win-x64 WebScene.NativeEngine.Runtime.win-x64

Additional RIDs listed by the package definition are reserved until their release lanes are enabled.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.14 40 7/31/2026
1.0.11 36 7/30/2026
1.0.9 36 7/30/2026
1.0.8 38 7/28/2026
1.0.7 35 7/28/2026
1.0.6 50 7/27/2026
1.0.5 47 7/27/2026
1.0.2 43 7/27/2026
1.0.1 46 7/27/2026
1.0.0 44 7/27/2026

Improves multi-chart native runtime scheduling, demand-driven rendering, shared-isolate lifecycle management, and ships V8 15.3.10 on macOS and Linux with PartitionAlloc on macOS.