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

mbasso/asm-dom

A minimal WebAssembly virtual DOM to build C++ SPA (Single page applications) observed · 2026-08-28

github.com/mbasso/asm-dom · homepage · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

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: n/a
  • age_days: 3476
  • days_rel: n/a
  • days_push: 1279
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2823 stars · 89 forks observed · 2026-08-28

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

asm-dom is a minimal WebAssembly virtual DOM library that lets developers build single-page applications entirely in C++ compiled with Emscripten. It handles DOM API calls on behalf of the C++ code, supports a JSX-like syntax via gccx, and offers server-side rendering on Node.js.

Use cases

  • build a single-page application in C++ compiled to WebAssembly
  • reuse existing C/C++ code in a web app without writing JS bindings
  • share one C++ codebase between desktop, mobile, and web apps
  • render virtual DOM diffs at near-native speed in the browser
  • do server-side rendering of a C++ SPA on Node.js
  • write frontend views with a JSX-like syntax in C++

When to choose

  • you have substantial C/C++ code you want to run in the browser without a binding layer
  • you want an unopinionated, low-level virtual DOM you can structure yourself
  • you want to share application logic across web and native platforms in C++
  • you're experimenting with WebAssembly for DOM-heavy apps

When to avoid

  • you want a batteries-included, opinionated frontend framework with routing and state management
  • your team works primarily in JavaScript or TypeScript
  • you need a mature, actively maintained library with a large ecosystem
  • you can't tolerate the JS-WASM binding overhead for DOM interactions

Facets

library · maturity experimental

frontend-framework ui-components wasm ssr web-development frontend cross-platform cpp browser virtual-dom webassembly emscripten single-page-applications jsx-like-syntax diffing web-server nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
mbasso/asm-dommain23

For agents

markdown · JSON · MCP: product_card(name="mbasso/asm-dom")

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