
Build A Rust WebAssembly Frontend App Using YEW Complete TUTORIAL
How to build a complete web app frontend using 100% Rust.
WebAssembly opens the door for frontend developers to use languages that don't compile to JavaScript, like Rust.
This technology will change web development!!
We use js-sys, web-sys, and friends to power this web application.
How to run?
RUSTFLAGS=--cfg=web_sys_unstable_apis trunk serve
