Info
Version: | 22.0.0 |
Author(s): | Peter Huene |
Last Update: | Tuesday, July 9, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Wasmtime |
Install
Install-Package Wasmtime
dotnet add package Wasmtime
paket add Wasmtime
Wasmtime Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.6.0)
Tags
Wasmtime is a standalone runtime for WebAssembly, using the Cranelift JIT compiler.
The .NET embedding of Wasmtime enables .NET code to instantiate WebAssembly modules and to interact with them in-process.