Hako.Backend 1.0.13

dotnet add package Hako.Backend --version 1.0.13
                    
NuGet\Install-Package Hako.Backend -Version 1.0.13
                    
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="Hako.Backend" Version="1.0.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hako.Backend" Version="1.0.13" />
                    
Directory.Packages.props
<PackageReference Include="Hako.Backend" />
                    
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 Hako.Backend --version 1.0.13
                    
#r "nuget: Hako.Backend, 1.0.13"
                    
#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 Hako.Backend@1.0.13
                    
#: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=Hako.Backend&version=1.0.13
                    
Install as a Cake Addin
#tool nuget:?package=Hako.Backend&version=1.0.13
                    
Install as a Cake Tool

Hako.Backend

Backend abstraction layer for Hako WebAssembly runtimes.

Overview

This package provides the core interfaces and abstractions for implementing custom Hako backends. Most users should use a concrete backend implementation instead:

Custom Backend Implementation

To implement your own backend, reference this package and implement the required interfaces. See the existing backend implementations as reference:

Installation

dotnet add package Hako.Backend

Documentation

See the main Hako documentation for complete API reference.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Hako.Backend:

Package Downloads
Hako

A .NET host for Hako Hako is a standalone and embeddable JavaScript engine. The .NET host of Hako enables .NET code to run JavaScript/TypeScript in a secure sandbox.

Hako.Backend.Wasmtime

A Hako backend which uses https://github.com/bytecodealliance/wasmtime This backend leverages the Cranelift JIT compiler to maximize performance.

Hako.Backend.WACS

A Hako backend which uses https://github.com/kelnishi/WACS, a WebAssembly runtime implemented in .NET Using this backend allows a .NET application using Hako to compile to any target where .NET is supported

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.13 442 11/19/2025
1.0.12 430 11/18/2025
1.0.11 426 11/18/2025
1.0.10 431 11/18/2025
1.0.9 425 11/18/2025
1.0.8 424 11/18/2025
1.0.7 307 11/13/2025
1.0.6 307 11/12/2025
1.0.5 197 11/7/2025
1.0.4 197 11/7/2025
1.0.3 227 11/6/2025