Hako.Backend
1.0.13
dotnet add package Hako.Backend --version 1.0.13
NuGet\Install-Package Hako.Backend -Version 1.0.13
<PackageReference Include="Hako.Backend" Version="1.0.13" />
<PackageVersion Include="Hako.Backend" Version="1.0.13" />
<PackageReference Include="Hako.Backend" />
paket add Hako.Backend --version 1.0.13
#r "nuget: Hako.Backend, 1.0.13"
#:package Hako.Backend@1.0.13
#addin nuget:?package=Hako.Backend&version=1.0.13
#tool nuget:?package=Hako.Backend&version=1.0.13
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:
- Hako.Backend.Wasmtime - High-performance backend using Cranelift JIT
- Hako.Backend.WACS - Pure .NET backend for maximum portability
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 | Versions 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. |
-
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.