2026-03-11 14:29:18 -04:00
2026-03-11 14:12:41 -04:00
2026-03-11 14:12:41 -04:00
2026-03-11 14:12:41 -04:00
2026-03-11 14:12:41 -04:00
2026-03-11 14:12:41 -04:00
2026-03-11 14:29:18 -04:00

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
No description provided
Readme 38 KiB
Languages
Rust 98.3%
HTML 1.7%