MSBuildWasm 0.2.1

dotnet add package MSBuildWasm --version 0.2.1
                    
NuGet\Install-Package MSBuildWasm -Version 0.2.1
                    
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="MSBuildWasm" Version="0.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MSBuildWasm" Version="0.2.1" />
                    
Directory.Packages.props
<PackageReference Include="MSBuildWasm" />
                    
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 MSBuildWasm --version 0.2.1
                    
#r "nuget: MSBuildWasm, 0.2.1"
                    
#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.
#addin nuget:?package=MSBuildWasm&version=0.2.1
                    
Install MSBuildWasm as a Cake Addin
#tool nuget:?package=MSBuildWasm&version=0.2.1
                    
Install MSBuildWasm as a Cake Tool

MSBuildWasm

EXPERIMENTAL

This package introduces the WasmTaskFactory which creates MSBuild tasks from .wasm modules.

Usage

  1. Create a compatible WASIp1 module spec, e.g. from a template
  2. In a the .proj file add
<UsingTask TaskName="MyTask" AssemblyFile="$(MSBuildWasmAssembly)" TaskFactory="WasmTaskFactory" Condition="$(MSBuildWasmAssembly) != ''">
<Task>path/to/module.wasm</Task>
</UsingTask>
  1. Use the task
<Target Name="MyTarget">
<MyTask/>
</Target>
  1. dotnet build
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MSBuildWasm:

Package Downloads
MSBuildWasm.Templates

Templates for creating MSBuild tasks from WebAssembly modules, which are compiled from different languages (Rust).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.1 1,078 8/21/2024
0.2.0 180 8/5/2024