asm-dom

A minimal WebAssembly virtual DOM to build C++ SPA (Single page applications) (by mbasso)

Asm-dom Alternatives

Similar projects and alternatives to asm-dom

  1. sdk

    323 asm-dom VS sdk

    The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. yew

    205 asm-dom VS yew

    Rust / Wasm framework for creating reliable and efficient web applications

  4. Fennel

    95 asm-dom VS Fennel

    Lua Lisp Language

  5. sycamore

    A library for creating reactive web apps in Rust and WebAssembly

  6. tl

    60 asm-dom VS tl

    The compiler for Teal, a typed dialect of Lua

  7. gc

    45 asm-dom VS gc

    Branch of the spec repo scoped to discussion of GC integration in WebAssembly

  8. Wt

    41 asm-dom VS Wt

    Wt, C++ Web Toolkit

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. Seed

    36 asm-dom VS Seed

    A Rust framework for creating web apps

  11. fengari

    25 asm-dom VS fengari

    🌙 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser

  12. nodegui

    17 asm-dom VS nodegui

    A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org

  13. vugu

    23 asm-dom VS vugu

    Vugu: A modern UI library for Go+WebAssembly (experimental)

  14. luajit2

    OpenResty's Branch of LuaJIT 2

  15. pretty-diff

    Pretty printing a diff of two values

  16. multi-memory

    8 asm-dom VS multi-memory

    Multiple per-module memories for Wasm

  17. memory-control

    7 asm-dom VS memory-control

    A proposal to introduce finer grained control of WebAssembly memory.

  18. wasmr

    Discontinued Execute WebAssembly from R using wasmer

  19. lunasvg

    SVG rendering and manipulation library in C++

  20. cobweb

    6 asm-dom VS cobweb

    COBOL to WebAssembly compiler

  21. wajic

    6 asm-dom VS wajic

    WebAssembly JavaScript Interface Creator

  22. webassembly-lua

    Write and compile WebAssembly code with Lua

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better asm-dom alternative or higher similarity.

asm-dom discussion

Log in or Post with

asm-dom reviews and mentions

Posts with mentions or reviews of asm-dom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-25.
  • Blazor United - When it ships it would be the most glorious way to do web with .NET
    5 projects | /r/programming | 25 Jan 2023
    Aside from Blazor there's already some other projects like Yew (rust), seed (rust), asm-dom (C++) and vugu (Go) and more that have decent followings and activity. A lot more (especially managed languages) are waiting for some features to come online like wasm GC and host bindings (direct wasm access to browser apis which includes the DOM). It'll take a bit of time, but it'll get there eventually.
  • WebAssembly and C++
    6 projects | news.ycombinator.com | 27 Jun 2022
    FWIW if you look around, C++ and Rust libraries for DOM manipulation exist (I haven't searched for other languages which compile to WASM):

    https://github.com/mbasso/asm-dom

    https://github.com/sycamore-rs/sycamore

    I think solving the problem of DOM access on the library level is exactly the right way to tackle this problem. The library user don't need to care about specific WASM features, and the library implementation can be simplified when those WASM features become available (and also implement per-browser fallback paths)

  • I really don't get it.
    2 projects | /r/ProgrammerHumor | 2 Jun 2022
  • Fengari – Lua for the Browser
    10 projects | news.ycombinator.com | 20 Feb 2022
  • At least it's not java
    1 project | /r/ProgrammerHumor | 19 Nov 2021
    Wasm is already around for a while. There are probably some libs to access the dom and frameworks around that wrap the js part completely Found this after a short search https://github.com/mbasso/asm-dom Also Blazor seems to work fine, but didn't really test it beside playing around a little bit with it
  • alia - A Declarative UI Library for C++
    4 projects | /r/cpp | 11 Mar 2021
    Thanks for the kind words! :-) Yeah, you've got a good description of the use case for it. You give me too much credit though. :-) It's built on top of Emscripten, which handles a lot of the low-level bindings between C++ and the browser. Also, asm-dom helps fill in a big gap between C++ and the DOM.
  • A note from our sponsor - Nutrient
    nutrient.io | 17 Feb 2025
    Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free. Learn more →

Stats

Basic asm-dom repo stats
7
2,797
0.0
almost 2 years ago

Sponsored
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io

Did you know that C++ is
the 7th most popular programming language
based on number of references?