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

WebAssembly/binaryen

Optimizer and compiler/toolchain library for WebAssembly observed · 2026-08-28

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

Health v2 · maintenance only

94/100

  • Activity 99
  • Release rhythm 85
  • 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: 49.0
  • age_days: 3961
  • days_rel: 21
  • days_push: 7
  • n_releases_24m: 15

Full methodology

Adoption not part of the score

8612 stars · 881 forks observed · 2026-08-28

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

Binaryen is a compiler and toolchain infrastructure library for WebAssembly, written in C++, with a simple C API and JavaScript bindings. It parses, emits, interprets, and optimizes WebAssembly, and its wasm-opt optimizer is used by toolchains like Emscripten, wasm-pack, and Kotlin/Wasm.

Use cases

  • optimize and minify webassembly binaries for size and speed
  • compile a custom language to webassembly using a backend library
  • convert webassembly to javascript with wasm2js
  • parse, transform, and re-emit wasm modules in a build pipeline
  • interpret webassembly modules for testing

When to choose

  • you need wasm-specific optimizations beyond what general compilers provide
  • you are building a compiler targeting webassembly and want a reusable backend
  • you want to shrink or speed up wasm output from Emscripten, Rust, Kotlin, or Dart toolchains

When to avoid

  • you need a general-purpose optimizer for native machine code rather than wasm
  • you only need to run wasm, not compile or optimize it
  • you want a high-level language runtime rather than a compiler infrastructure library

Facets

library · maturity stable

compiler build-tool developer-tools compilers web-development developer-tools cross-platform cpp cli webassembly wasm-opt optimizer compiler-backend toolchain emscripten nodejs

1 source

Member repositories

RepositoryRoleHealth v2
WebAssembly/binaryenmain94

For agents

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

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