WebAssembly 0.10.0-preview

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

Create, read, modify, write and (incomplete) execute WebAssembly (WASM) files.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net10.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on WebAssembly:

Package Downloads
ConcordiumNetSdk

A .NET integration library written in C# which adds support for constructing and sending various transactions, as well as querying various aspects of the Concordium blockchain and its nodes. This SDK uses version 2 of the Concordium Node gRPC API to interact with Concordium nodes and in turn the Concordium blockchain.

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.

Microsoft.CST.OSSGadget.Shared.CLI

OSS Gadget - Shared CLI Functionality

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.0 381 4/20/2025
1.2.1 24,031 8/14/2022
1.2.0 8,590 5/24/2021
1.1.0 499 5/16/2021
1.0.0 467 4/24/2021
0.11.0 915 2/15/2021
0.10.2-preview 298 1/31/2021
0.10.1-preview 403 12/26/2020
0.10.0-preview 383 10/3/2020
0.9.0-preview 1,102 6/13/2020
0.8.0-preview 1,409 12/8/2019
0.7.1-preview 706 8/4/2019
0.7.0-preview 466 7/27/2019
0.6.0-preview 498 7/4/2019
0.5.0-preview 505 7/1/2019
0.4.0-preview 505 6/24/2019
0.3.8-preview 548 5/26/2019
0.3.7-preview 628 2/10/2019
0.3.6-preview 622 2/3/2019
0.3.5-preview 753 10/20/2018
0.3.4-preview 868 8/7/2018
0.3.3-preview 850 8/4/2018
0.3.2-preview 1,067 6/3/2018
0.3.1-preview 973 12/3/2017
0.3.0-preview 982 8/18/2017
0.2.4-preview 977 6/19/2017
0.2.3-preview 1,004 6/12/2017
0.2.2-preview 945 6/4/2017
0.2.0-preview 1,012 5/30/2017
0.1.0-preview 1,430 5/21/2017

Inspection/modification features work well but execution has gaps that prevent complex WASMs from working.