1 रिपॉजिटरी
Libraries providing primitives for building web user interfaces that run as WebAssembly modules.
Distinguishing note: Existing candidates were for TUIs, spreadsheets, or general Go libraries, none capturing the identity of a Go-based Wasm UI library.
Explore 1 awesome GitHub repository matching web development · WebAssembly UI Libraries. Refine with filters or upvote what's useful.
Vugu is a Go WebAssembly UI library and framework used to build type-safe, component-based single-page applications. It functions as a single-file component framework that bundles markup, styles, and logic into modular units, utilizing a virtual DOM engine to synchronize state changes with the browser output. The project features a Go component generator that converts custom UI templates into executable Go source code at compile time. It distinguishes itself through a WebAssembly-based runtime that executes application logic as a compiled binary in the browser and a server-side rendering tool
Serves as a comprehensive library for creating web user interfaces using Go compiled to WebAssembly.