Backend abstraction layer for Hako WebAssembly runtimes.
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
To implement your own backend, reference this package and implement the required interfaces. See the existing backend implementations as reference:
dotnet add package Hako.BackendSee the main Hako documentation for complete API reference.