1 dépôt
Mechanisms for bidirectional data exchange and function triggering between a non-JS logic environment and the browser runtime.
Distinguishing note: None of the candidates describe the specific bidirectional bridge between WASM logic and JS runtime.
Explore 1 awesome GitHub repository matching web development · JavaScript Interop Layers. Refine with filters or upvote what's useful.
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 the necessary interop layer for the Rust logic to communicate with the JavaScript client runtime.