awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesWebAssembly Frontend Frameworks

Comprehensive frameworks designed to build full user interfaces using WebAssembly as the primary execution target.

Distinguishing note: Distinguished from general WebAssembly libraries by providing a full framework structure for UI development.

Explore 8 awesome GitHub repositories matching web development · WebAssembly Frontend Frameworks. Refine with filters or upvote what's useful.

Awesome WebAssembly Frontend Frameworks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • yewstack/yewAvatar von yewstack

    yewstack/yew

    32,696Auf GitHub ansehen↗

    Yew is a framework for building front-end web applications using Rust and WebAssembly. It provides a component-based architecture that allows developers to create modular, reusable user interface elements that manage their own state and logic. By compiling code into binary modules, the framework enables high-performance execution within modern browser environments. The framework distinguishes itself through a macro-based markup language that transforms declarative, HTML-like syntax into strongly-typed component structures during compilation. It features a robust server-side rendering engine t

    Compiles code into high-performance binary modules to execute complex user interfaces directly within the browser.

    Rustasmjsconcurrencyelm
    Auf GitHub ansehen↗32,696
  • compiler-explorer/compiler-explorerAvatar von compiler-explorer

    compiler-explorer/compiler-explorer

    18,850Auf GitHub ansehen↗

    Compiler Explorer is an online tool and analysis platform used to translate source code into assembly in real time. It functions as a cross-compiler analysis tool, allowing users to examine how various compilers and versions translate the same source code into machine code to analyze optimizations and generation patterns. The platform supports low-level language debugging and the comparison of assembly output across different compiler toolchains. It also provides a self-hosted environment option for users who need to run private deployments with custom binaries or operate within secure offlin

    Employs a WebAssembly-based frontend to handle high-performance UI and complex assembly syntax highlighting.

    TypeScriptassemblycc-plus-plus
    Auf GitHub ansehen↗18,850
  • dart-lang/sdkAvatar von dart-lang

    dart-lang/sdk

    11,042Auf GitHub ansehen↗

    The Dart SDK is a comprehensive development kit for building cross-platform applications using a multi-paradigm programming language. It provides a unified toolchain that supports both just-in-time compilation for rapid development and ahead-of-time compilation for high-performance native machine code. The platform is built on a sound static type system and an isolate-based concurrency framework, which executes independent tasks in separate memory heaps to achieve parallelism without shared state contention. The SDK distinguishes itself through a versatile compilation pipeline that transforms

    Compiles code into JavaScript or WebAssembly to build interactive, high-performance user interfaces for modern web browsers.

    Dartdartlanguageprogramming-language
    Auf GitHub ansehen↗11,042
  • rustwasm/wasm-bindgenAvatar von rustwasm

    rustwasm/wasm-bindgen

    9,057Auf GitHub ansehen↗

    wasm-bindgen is a bindings generator and interop layer designed to map data types and functions across the boundary between WebAssembly and JavaScript. It functions as a foreign function interface that synthesizes the necessary boilerplate to enable bidirectional communication between Rust and the browser runtime. The project generates glue code and wrappers that automate the conversion of complex types, allowing Rust functions to be exported as JavaScript modules and browser APIs to be imported into Rust. It uses procedural macros to define these interfaces and synthesizes bindings based on

    Enables moving compute-intensive tasks from JavaScript to Rust for higher performance in web applications.

    Rust
    Auf GitHub ansehen↗9,057
  • maxence-charriere/go-appAvatar von maxence-charriere

    maxence-charriere/go-app

    8,929Auf GitHub ansehen↗

    go-app is a WebAssembly frontend framework and UI library for building progressive web apps using the Go programming language. It enables the execution of Go code directly in the browser to manage application logic and client-side views. The framework provides a component-based system for creating reusable interface elements with declarative syntax and automatic state synchronization. It includes a client-side router that maps URL paths to specific interface components to enable navigation within a single-page application. The project covers general frontend development capabilities, includi

    Provides a full framework for building user interfaces where Go is compiled to WebAssembly as the primary execution target.

    Goawesome-gogogolang
    Auf GitHub ansehen↗8,929
  • murlokswarm/appAvatar von murlokswarm

    murlokswarm/app

    8,929Auf GitHub ansehen↗

    This project is a Go WebAssembly frontend framework designed for building interactive web applications. It provides a toolkit for executing Go code directly in the browser to handle client-side logic and user interface development. The framework functions as a declarative UI library and a progressive web app toolset. It enables the creation of installable applications that can operate in standalone windows and maintain offline functionality. The system manages browser-side application development through a component-based view hierarchy and a declarative syntax for defining UI elements. It i

    Provides a comprehensive framework for building browser-based user interfaces and logic using Go and WebAssembly.

    Go
    Auf GitHub ansehen↗8,929
  • vugu/vuguAvatar von vugu

    vugu/vugu

    5,000Auf GitHub ansehen↗

    Vugu ist eine Go-WebAssembly-UI-Bibliothek und ein Framework, das zum Aufbau typsicherer, komponentenbasierter Single-Page-Anwendungen verwendet wird. Es fungiert als Single-File-Komponenten-Framework, das Markup, Stile und Logik in modularen Einheiten bündelt und eine virtuelle DOM-Engine nutzt, um Zustandsänderungen mit der Browser-Ausgabe zu synchronisieren. Das Projekt bietet einen Go-Komponentengenerator, der benutzerdefinierte UI-Vorlagen zur Kompilierzeit in ausführbaren Go-Quellcode konvertiert. Es zeichnet sich durch eine WebAssembly-basierte Laufzeitumgebung aus, die Anwendungslogik als kompilierte Binärdatei im Browser ausführt, sowie durch ein serverseitiges Rendering-Tool zur Generierung statischer HTML-Dateien für verbesserte initiale Ladezeiten. Das Framework deckt ein breites Spektrum an Funktionen ab, einschließlich dateibasiertem Routing, Komponenten-Lebenszyklusmanagement und zustandsgesteuerter UI-Synchronisation. Es bietet Primitive für Komponentenkomposition, Ereignisbehandlung und dynamisches Data-Binding, unterstützt durch einen Entwicklungsserver und Build-Automatisierung zur Optimierung der Binärgröße.

    Provides a full framework for building interactive web user interfaces that execute as compiled Go binaries in the browser via WebAssembly.

    Goframeworkgogui
    Auf GitHub ansehen↗5,000
  • seed-rs/seedAvatar von seed-rs

    seed-rs/seed

    3,834Auf GitHub ansehen↗

    Seed is a frontend framework for building single-page applications using Rust and WebAssembly. It provides a virtual DOM rendering engine and a component-based UI library to construct modular, reusable interface elements. The framework implements a unidirectional data flow model based on the Elm architecture to ensure type-safe state management and predictable state transitions. It utilizes compile-time macros to transform declarative UI definitions into efficient instructions for the browser. The project covers a broad range of web capabilities, including application routing, content intern

    Provides a comprehensive framework for building full user interfaces using Rust and WebAssembly.

    Rust
    Auf GitHub ansehen↗3,834
  1. Home
  2. Web Development
  3. WebAssembly Frontend Frameworks

Unter-Tags erkunden

  • High-Performance UI LogicUI components where WebAssembly is used specifically for compute-intensive tasks like syntax highlighting. **Distinct from WebAssembly Frontend Frameworks:** Focuses on the specific use case of performance-critical logic within a frontend, not a general framework