1 repo
Configurations and toolchains that enable compiling source code into WebAssembly binaries for browser execution.
Distinguishing note: Focuses on the target-specific compilation process, distinct from general cross-compilation tools.
Explore 1 awesome GitHub repository matching programming languages & runtimes · WebAssembly Targets. Refine with filters or upvote what's useful.
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
Compile code into WebAssembly binaries by configuring the development environment to ensure compatibility and native execution performance within modern web browsers.