WebAssembly 1.2.1

.NET Core 3.1 .NET Standard 2.0
dotnet add package WebAssembly --version 1.2.1
NuGet\Install-Package WebAssembly -Version 1.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="WebAssembly" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebAssembly --version 1.2.1
#r "nuget: WebAssembly, 1.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.
// Install WebAssembly as a Cake Addin
#addin nuget:?package=WebAssembly&version=1.2.1

// Install WebAssembly as a Cake Tool
#tool nuget:?package=WebAssembly&version=1.2.1

Create, read, modify, write and execute WebAssembly (WASM) files using pure 100% .NET.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on WebAssembly:

Package Downloads
Backlang.Backends.Wasm

A backend for backlang for the bs2k emulation system

WebAssembly.FSharp

Provides an idiomatic F# WebAssembly module generation toolkit around the base WebAssembly package.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on WebAssembly:

Repository Stars
microsoft/OSSGadget
Collection of tools for analyzing open source packages.
Version Downloads Last updated
1.2.1 1,155 8/14/2022
1.2.0 5,201 5/24/2021
1.1.0 316 5/16/2021
1.0.0 285 4/24/2021
0.11.0 717 2/15/2021
0.10.2-preview 176 1/31/2021
0.10.1-preview 264 12/26/2020
0.10.0-preview 254 10/3/2020
0.9.0-preview 943 6/13/2020
0.8.0-preview 1,282 12/8/2019
0.7.1-preview 430 8/4/2019
0.7.0-preview 331 7/27/2019
0.6.0-preview 353 7/4/2019
0.5.0-preview 371 7/1/2019
0.4.0-preview 356 6/24/2019
0.3.8-preview 399 5/26/2019
0.3.7-preview 474 2/10/2019
0.3.6-preview 474 2/3/2019
0.3.5-preview 566 10/20/2018
0.3.4-preview 623 8/7/2018
0.3.3-preview 604 8/4/2018
0.3.2-preview 727 6/3/2018
0.3.1-preview 728 12/3/2017
0.3.0-preview 719 8/18/2017
0.2.4-preview 735 6/19/2017
0.2.3-preview 737 6/12/2017
0.2.2-preview 691 6/4/2017
0.2.0-preview 744 5/30/2017
0.1.0-preview 950 5/21/2017

Full support for creation and modification of WASM 1.0 files; .NET CLR JIT-based execution works well but may not support every WASM.