yo-wasm
hippo
Our great sponsors
yo-wasm | hippo | |
---|---|---|
1 | 4 | |
0 | 349 | |
- | 1.7% | |
0.0 | 9.7 | |
6 months ago | 5 days ago | |
TypeScript | TypeScript | |
GNU General Public License v3.0 or later | 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.
yo-wasm
-
Exploring .NET WebAssembly with WASI and Wasmtime
If our pull request is still pending, you can clone and use this repo instead.
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
What are some alternatives?
dotnet-wasi-sdk - Packages for building .NET projects as standalone WASI-compliant modules
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.
vscode-dev-containers - NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
colorcal - A travel planning tool that lets you color code and label the days of your trip.
yo-wasm - Yeoman generator for Rust projects intended to build to WASM in OCI registries
yeoman - Yeoman - a set of tools for automating development workflow
Visual Studio Code - Visual Studio Code
wasmtime - A fast and secure runtime for WebAssembly