Hako.Backend.WACS 1.0.3

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

Hako.Backend.WACS

Pure .NET WebAssembly backend for Hako using WACS.

Installation

dotnet add package Hako.Backend.WACS

Usage

using HakoJS;
using HakoJS.Backend.Wacs;

using var runtime = Hako.Initialize<WacsEngine>();

// Use runtime...

Performance vs Portability

WACS is slower than the Wasmtime backend but has the advantage of being implemented entirely in .NET. This means your application can compile and run on any target where .NET is supported, including:

  • WebAssembly (WASM)
  • Blazor (client-side and server-side)
  • Mobile platforms (iOS, Android)
  • Any other .NET runtime target

Use WACS when maximum portability is more important than raw performance.

Documentation

See the main Hako documentation for complete usage and 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.

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
1.0.14 123 1/4/2026
1.0.13 432 11/19/2025
1.0.12 429 11/18/2025
1.0.11 422 11/18/2025
1.0.10 435 11/18/2025
1.0.9 438 11/18/2025
1.0.8 420 11/18/2025
1.0.7 302 11/13/2025
1.0.6 306 11/12/2025
1.0.5 194 11/7/2025
1.0.4 209 11/7/2025
1.0.3 212 11/6/2025