HtmlML.NativeEngine.Runtime.win-x64 11.3.4-alpha.6

This is a prerelease version of HtmlML.NativeEngine.Runtime.win-x64.
dotnet add package HtmlML.NativeEngine.Runtime.win-x64 --version 11.3.4-alpha.6
                    
NuGet\Install-Package HtmlML.NativeEngine.Runtime.win-x64 -Version 11.3.4-alpha.6
                    
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="HtmlML.NativeEngine.Runtime.win-x64" Version="11.3.4-alpha.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HtmlML.NativeEngine.Runtime.win-x64" Version="11.3.4-alpha.6" />
                    
Directory.Packages.props
<PackageReference Include="HtmlML.NativeEngine.Runtime.win-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 HtmlML.NativeEngine.Runtime.win-x64 --version 11.3.4-alpha.6
                    
#r "nuget: HtmlML.NativeEngine.Runtime.win-x64, 11.3.4-alpha.6"
                    
#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 HtmlML.NativeEngine.Runtime.win-x64@11.3.4-alpha.6
                    
#: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=HtmlML.NativeEngine.Runtime.win-x64&version=11.3.4-alpha.6&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=HtmlML.NativeEngine.Runtime.win-x64&version=11.3.4-alpha.6&prerelease
                    
Install as a Cake Tool

HtmlML native engine runtime

This package contains one reviewed native HtmlML 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 HtmlML's public C ABI. Developer builds retain ordinary symbols unless HTMLML_NATIVE_ENGINE_DENSE_LINK=ON is selected explicitly. Runtime packages compile with HTMLML_NATIVE_ENGINE_CERTIFICATION=OFF; feature inventories, diagnostic snapshots, native profiling state, and their hot-path counters are not shipped. The stable htmlml_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. 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, for example:

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

The release workflow builds osx-arm64, linux-x64, and 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
11.3.4-alpha.6 74 7/24/2026
11.3.4-alpha.4 62 7/24/2026