dwarf-2-sourcemap VS wagi

Compare dwarf-2-sourcemap vs wagi and see what are their differences.

dwarf-2-sourcemap

A DWARF to SourceMaps converter for WASM (by jdmichaud)

wagi

Write HTTP handlers in WebAssembly with a minimal amount of work (by deislabs)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
dwarf-2-sourcemap wagi
1 14
4 867
- 1.3%
10.0 1.8
over 1 year ago almost 2 years ago
JavaScript Rust
MIT License Apache License 2.0
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.

dwarf-2-sourcemap

Posts with mentions or reviews of dwarf-2-sourcemap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-26.
  • Isolates, MicroVMs, and WebAssembly (In 2022)
    10 projects | news.ycombinator.com | 26 Sep 2022
    > - A way way better tooling story.

    I think this is a real paint point of WebAssembly but it's getting better. You can now compile C/C++ code to WASM using clang as it became a first class citizen in v8 (or later?). Of course, clang does not provide all the runtime goodies that emscripten does but if you limit yourself to use WASM for some part of your code that require performance then all you need to provide is a few Javascript glue code. For prototyping purposes I've bundle an npm package that bring clang to your frontend project without the need to install it through a package [0].

    Chrome debugger now support WASM [1] but you still need to install an extension. I've started to work on a way to convert the DWARF symbols from the WASM binary into sourcemap on the fly [2][3] but it still rough around the edge and need some work but it can definitely be done. This would allow WASM debugging natively in any browser supporting sourcemaps.

    You also have all the WASM binary tools that you would find for any other kind of executable format in WABT [4].

    [0]: https://www.npmjs.com/package/@jdmichaud/wasm-toolkit

    [1]: https://developer.chrome.com/blog/wasm-debugging-2020/

    [2]: https://github.com/jdmichaud/dwarf-2-sourcemap

    [3]: http://site.novidee.com/blog/blog-entry.html?article=2022082...

    [4]: https://github.com/WebAssembly/wabt

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!

What are some alternatives?

When comparing dwarf-2-sourcemap and wagi you can also consider the following projects:

tool-conventions - Conventions supporting interoperatibility between tools working with WebAssembly.

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

krustlet - Kubernetes Rust Kubelet [Moved to: https://github.com/krustlet/krustlet]

wasmer-python - 🐍🕸 WebAssembly runtime for Python

Cesium - C compiler for the CLI platform

wasm-to-oci - Use OCI registries to distribute Wasm modules

wabt - The WebAssembly Binary Toolkit

wizer - The WebAssembly Pre-Initializer

runwasi - Facilitates running Wasm / WASI workloads managed by containerd

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

lang-team - Home of the Rust lang team

wasi-vfs - A virtual filesystem layer for WASI.