wagi VS hippo

Compare wagi vs hippo and see what are their differences.

wagi

Write HTTP handlers in WebAssembly with a minimal amount of work (by deislabs)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
wagi hippo
14 5
867 408
1.3% 0.2%
1.8 1.2
almost 2 years ago 9 months ago
Rust TypeScript
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

wagi

Posts with mentions or reviews of wagi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-27.
  • Reminiscing CGI Scripts
    3 projects | news.ycombinator.com | 27 Dec 2023
    WAGI and WCGI are the WASM based spiritual successors.

    https://github.com/deislabs/wagi

    https://wasmer.io/posts/announcing-wcgi

  • A simple web server written in Awk
    4 projects | news.ycombinator.com | 19 Sep 2023
    Compile a CGI program in any language to WASI, then use https://github.com/deislabs/wagi to run it.
  • Running WASI binaries from your HTML using Web Components
    4 projects | news.ycombinator.com | 28 Aug 2023
    Yeah of course! They've got STDIN/STDOUT/STDERR and I've built a Virtual Filesystem. But if you're using WASI binaries locally they don't have that restriction.

    You might be interested in WAGI: https://github.com/deislabs/wagi

    And to catch up on WASI: https://xeiaso.net/talks/unix-philosophy-logical-extreme-was...

  • Waggy, the library for writing WAGI API handlers in Go
    3 projects | /r/golang | 28 Nov 2022
    As I'm sure you've heard, WASM has been growing in popularity and use over the past few years. And with the creation of WASI (Web Assembly System Interface) and WAGI (Web Assembly Gateway Interface), WASM is starting to venture outside of running just in the browser. And in the case of WAGI, if you've been programming since the earlier days of the internet, it might feel very similar to CGI programming (and that's because it's based on CGI1.1!) WAGI provides a way for developers to define handlers for HTTP requests and route them to specific functions inside of, or entire, WASM modules. It does so by piping the headers of the incoming request to os.Args[1:], piping the body of the incoming request to os.Stdin, and writing the response to os.Stdout. (To learn more about configuring, routing, compiling, and deploying WAGI routes, as well as the limitations of WAGI routes, please consult the WAGI docs and the TinyGo WASM docs)
  • Rethinking Virtualization for Back Ends
    2 projects | news.ycombinator.com | 27 Oct 2022
    What do you think of WAGI [1], which is basically CGI for WASM modules.

    [1]: https://github.com/deislabs/wagi/blob/main/docs/writing_modu...

  • Isolates, MicroVMs, and WebAssembly (In 2022)
    10 projects | news.ycombinator.com | 26 Sep 2022
  • The Promise of WASM
    4 projects | dev.to | 26 May 2022
    as serverless functions (https://github.com/deislabs/wagi)
  • Single Page Applications using Rust (with WASM)
    4 projects | news.ycombinator.com | 2 May 2022
    I'm experimenting with WASM & Rust but with a different framework named wagi, there's a great video by Rainer Stropek & Stefan Baumgartner that gives a little introduction to it [0]

    [0]: https://www.youtube.com/watch?v=9NDwHBjLlhQ

    [1]: https://github.com/deislabs/wagi

  • Building a WebAssembly-powered serverless platform
    4 projects | /r/programming | 18 Apr 2022
    Krustlet and WAGI are two such projects.
  • Introduction to Hippo: The WebAssembly PaaS
    1 project | news.ycombinator.com | 21 Sep 2021
    It does support it, the runtime we are currently using enables that -- see https://github.com/deislabs/wagi/blob/main/docs/writing_modu...

    Good point on the docs, I will open an issue and add some information about it, thanks!

hippo

Posts with mentions or reviews of hippo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-09.
  • Plunder and Urbit
    2 projects | news.ycombinator.com | 9 Aug 2023
    You may laugh, but a few years ago all those guys who sold us (some of? us - me anyway) on Kubernetes evidently got bored with it, and now they're all building a Hippo Factory[1]. And it's actually really good. This is the current timeline!

    [1] https://docs.hippofactory.dev/

  • Isolates, MicroVMs, and WebAssembly (In 2022)
    10 projects | news.ycombinator.com | 26 Sep 2022
  • Exploring .NET WebAssembly with WASI and Wasmtime
    8 projects | dev.to | 9 Aug 2022
    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
    8 projects | news.ycombinator.com | 10 May 2022
  • Hippo
    1 project | /r/devopspro | 24 Jan 2022

What are some alternatives?

When comparing wagi and hippo you can also consider the following projects:

wasi-experimental-http - Experimental outbound HTTP support for WebAssembly and WASI

yeoman - Yeoman - a set of tools for automating development workflow

wasmer-python - 🐍🕸 WebAssembly runtime for Python

dotnet-wasi-sdk - Packages for building .NET projects as standalone WASI-compliant modules

wasm-to-oci - Use OCI registries to distribute Wasm 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.

wizer - The WebAssembly Pre-Initializer

yo-wasm - Yeoman generator for Rust projects intended to build to WASM in OCI registries

dioxus - Fullstack GUI library for web, desktop, mobile, and more.

yo-wasm - Yeoman generator for Rust projects intended to build to WASM in OCI registries

wasi-vfs - A virtual filesystem layer for WASI.

Visual Studio Code - Visual Studio Code