Wasm Learning
A simple project for learning how WASM, Rust, and an Axum server can work together.
Build
Prerequisites
Make sure you have both trunk and the wasm32-unknown-unknown build targets installed. If not, run the following:
rustup target add wasm32-unknown-unknown
cargo install trunk --locked
Client
cd client
trunk build
Server
Ensure the client is built first. Then from the workspace root:
cargo run -p server
Description
Languages
Rust
98.3%
HTML
1.7%