Wordle Implementation in Rust
- Install Rust: https://www.rust-lang.org/tools/install
- Install Web Assembly:
rustup target add wasm32-unknown-unknown
- Install Trunk
cargo install --locked trunk
More information you can find here https://yew.rs/docs/getting-started/introduction
trunk serve