NetWasm.Wit.Bindings.Tool 0.2.4

dotnet tool install --global NetWasm.Wit.Bindings.Tool --version 0.2.4
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local NetWasm.Wit.Bindings.Tool --version 0.2.4
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NetWasm.Wit.Bindings.Tool&version=0.2.4
                    
nuke :add-package NetWasm.Wit.Bindings.Tool --version 0.2.4
                    

NetWasm WIT binding tool

netwasm-wit-bindgen converts a selected WIT world into deterministic, reflection-free C# source. It is separate from the NetWasm CIL compiler: the compiler consumes the resulting ordinary managed assembly and does not invoke or identify this generator.

Install the tool:

dotnet tool install --global NetWasm.Wit.Bindings.Tool

The package carries NetWasm's pinned platform-neutral wasm-tools module. It uses Node.js 24 or newer from the activated Emscripten SDK, so no native wasm-tools installation is required.

netwasm-wit-bindgen \
  --wit service.wit \
  --world example:service@1.0.0/service \
  --output Bindings.g.cs

Omit --world when the WIT document contains exactly one world.

Product Compatible and additional computed target framework versions.
.NET 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.

This package has no dependencies.

Version Downloads Last Updated
0.2.4 0 9/20/2026
0.2.4-preview.1 0 9/20/2026
0.2.3 39 9/18/2026
0.2.3-preview.1 39 9/18/2026
0.2.2 40 9/18/2026
0.2.2-preview.1 34 9/18/2026
0.2.0 45 9/16/2026
0.2.0-preview.1 35 9/16/2026
0.1.0 51 9/15/2026
0.1.0-rc.3 42 9/15/2026
0.1.0-rc.2 39 9/15/2026
0.1.0-rc.1 38 9/15/2026
0.1.0-alpha.1 69 9/14/2026