Ross ROSS = Recommend OSS · open-source software intelligence for agents

WebAssembly/wabt

The WebAssembly Binary Toolkit observed · 2026-08-28

github.com/WebAssembly/wabt · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

85/100

  • Activity 99
  • Release rhythm 59
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 91.5
  • age_days: 4006
  • days_rel: 118
  • days_push: 7
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

8105 stars · 821 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

WABT (The WebAssembly Binary Toolkit) is a suite of C/C++ command-line tools for working with WebAssembly binaries, including wat2wasm, wasm2wat, wasm-objdump, wasm-interp, and wasm2c. It aims for full spec fidelity with 1:1 round-trips between text and binary formats, without optimization features.

Use cases

  • convert WebAssembly text format to binary
  • disassemble a wasm binary back to wat text
  • inspect and dump sections of a wasm binary
  • run a wasm module in a standalone interpreter
  • compile wasm to C source and header
  • validate a WebAssembly binary file
  • strip sections from a wasm binary

When to choose

  • you need reliable wat<->wasm conversion with spec-compliant round-trips
  • you're building a WebAssembly toolchain and need a parser/validator library
  • you want to inspect, debug, or run wasm binaries from the command line
  • you need to convert wasm to C for embedding

When to avoid

  • you need wasm optimization passes - use Binaryen instead
  • you need a higher-level compiler target for a new language
  • you need a runtime with JIT performance for production workloads

Facets

cli-tool · maturity stable

compiler interpreter parser developer-tools wasm developer-tools compilers web-development programming-languages windows cli cross-platform wasm webassembly wat wasm binary-toolkit wasm2c objdump linux macos

1 source

Member repositories

RepositoryRoleHealth v2
WebAssembly/wabtmain85

For agents

markdown · JSON · MCP: product_card(name="WebAssembly/wabt")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem