wat-compiler VS gc

Compare wat-compiler vs gc and see what are their differences.

wat-compiler

webassembly wat text format to binary compiler (by stagas)

gc

Branch of the spec repo scoped to discussion of GC integration in WebAssembly (by WebAssembly)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
wat-compiler gc
2 43
18 921
- 1.8%
0.0 9.4
over 1 year ago 7 days ago
JavaScript WebAssembly
- 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.

wat-compiler

Posts with mentions or reviews of wat-compiler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-23.
  • Understanding Every Byte in a WASM Module
    6 projects | news.ycombinator.com | 23 Dec 2023
    For some time I've been fascinated by the codebase of a small WAT compiler written in JavaScript.

    https://github.com/stagas/wat-compiler/blob/main/story.txt

    And I mean "small" as a real complement to how readable the entire compiler is. It's also been a great way to appreciate the design of the WASM text format and WASM overall. It's not a Lisp but has a similar feel to it.

    I've been meaning to get more fluent at writing WAT directly, not for any practical purpose but just for pleasure of it. I could see myself gradually building up some abstractions to help me deveolp larger programs, perhaps a slightly higher-level language.

  • Grain: WebAssembly-First Programming Language
    3 projects | news.ycombinator.com | 6 May 2021
    I was also disappointed that this isn't included in the browsers given that it was designed to be very simple to parse and compile. So I tried as an exercise to build such a compiler[0] and indeed it was much easier than I expected (with a few shortcuts of course, being a POC). It is just 5kb gzipped and it compiles to binary most of the WAT code out there and also quite fast, just a few ms. That said, I think writing WAT by hand is only helpful for very small critical hot code, anything more complex and IMO you need an abstraction of some sort.

    [0]: https://github.com/stagas/wel

gc

Posts with mentions or reviews of gc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-03.

What are some alternatives?

When comparing wat-compiler and gc you can also consider the following projects:

dotnet-webgl-sample - .NET + WebAssembly + WebGL = 💖

ASP.NET Core - ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

wasm3 - 🚀 A fast WebAssembly interpreter and the most universal WASM runtime

simd - Branch of the spec repo scoped to discussion of SIMD in WebAssembly

Mono - Mono open source ECMA CLI, C# and .NET implementation.

v86 - x86 PC emulator and x86-to-wasm JIT, running in the browser

wasmer-python - 🐍🕸 WebAssembly runtime for Python

interface-types

WASI - WebAssembly System Interface

meetings - WebAssembly meetings (VC or in-person), agendas, and notes

wasmer - 🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten

proposals - Tracking WebAssembly proposals