hippo
dotnet-wasi-sdk
Our great sponsors
hippo | dotnet-wasi-sdk | |
---|---|---|
4 | 7 | |
358 | 436 | |
2.5% | - | |
9.5 | 6.9 | |
1 day ago | 3 months ago | |
TypeScript | C# | |
GNU General Public License v3.0 or later | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hippo
- Isolates, MicroVMs, and WebAssembly (In 2022)
-
Exploring .NET WebAssembly with WASI and Wasmtime
WebAssembly (Wasm) is something that the Cloud Native Advocacy team has been exploring. It has been around for a few years and has mostly been used within browser-based applications. There are many blog posts on what makes WebAssembly an ideal target for running applications (e.g., smaller footprint with .wasm files compared to containers, code isolation, and sandboxing). My colleague Steven Murawski wrote a blog series on getting started with hosting Wasm apps on an emerging PaaS platform called Hippo which is developed by folks at Fermyon. In Part 1 of the series, he introduces topics and define some of the acronyms like "Wagi" and "WASI". He also introduced a runtime called Wasmtime which implements the WebAssembly System Interface (WASI) standard. This article will walk you through how Steven and I went about getting a .NET console app running as a Wasm app on the Wasmtime runtime in a Dev Container. The .NET console app produced in this article has also been contributed as a csharp template in the yo-wasm repo which is also maintained by Fermyon; so you can quickly test it out for yourself later.
- Supabase (YC S20) raises $80M Series B
dotnet-wasi-sdk
- Possible to run wasm server side in asp.net core?
-
WebAssembly: TinyGo vs. Rust vs. AssemblyScript
Why not add .net to the list?
-
Exploring .NET WebAssembly with WASI and Wasmtime
The experimental SDK is published here and the SDK is really simple to use. It is published as a NuGet package and all you need to do is add the package to your .NET project. That's it... the SDK hooks into the build pipeline and produces the single .wasm we need. It simply compiles the .NET app to Wasm using the dotnet build command.
-
Is it possible to compile .NET class library to WebAssembly to call from JavaScript?
You might be able to use https://github.com/SteveSandersonMS/dotnet-wasi-sdk
What are some alternatives?
.NET Runtime - .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
CSharpWasmSamples - C# WebAssembly samples
yeoman - Yeoman - a set of tools for automating development workflow
protobuf-rules-gen - This is an experimental protoc plugin that generates Firebase Rules for Cloud Firestore based on Google's Protocol Buffer format. This allows you to easily validate your data in a platform independent manner.
yo-wasm - Yeoman generator for Rust projects intended to build to WASM in OCI registries
yo-wasm - Yeoman generator for Rust projects intended to build to WASM in OCI registries
colorcal - A travel planning tool that lets you color code and label the days of your trip.
wasmtime - A fast and secure runtime for WebAssembly
parse-server - Parse Server for Node.js / Express