The web-based chat client for Versal
- Rust 98.7%
- HTML 0.7%
- JavaScript 0.5%
- CSS 0.1%
| src | ||
| style | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| index.html | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| rustfmt.toml | ||
| tailwind.config.js | ||
Versal Web
A web-based chat client for Versal.
Building
Install the trunk tool:
cargo install trunk
Add the wasm32-unknown-known target so that Rust can compile the code to WASM for the browser:
rustup target add wasm32-unknown-unknown