Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.