13 open-source projects similar to koute/stdweb, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Stdweb alternative.
A collection of different transport implementations and related tools focused primarily on web technologies.
This cargo subcommand aims to make it easy and convenient to build, develop and deploy client-side Web applications written in Rust.
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