The web-based chat client for Versal
  • Rust 98.9%
  • HTML 0.5%
  • JavaScript 0.4%
  • CSS 0.2%
Find a file
2026-02-21 11:35:38 -05:00
src Implement deleting messages (fixed #3) 2026-02-21 11:35:38 -05:00
style Implement deleting messages (fixed #3) 2026-02-21 11:35:38 -05:00
.gitignore Initial commit 2025-03-04 19:03:35 -05:00
Cargo.lock Create hub list and ability to switch between hubs (fixes #1) 2025-04-18 13:32:12 -04:00
Cargo.toml Create hub list and ability to switch between hubs (fixes #1) 2025-04-18 13:32:12 -04:00
index.html Initial commit 2025-03-04 19:03:35 -05:00
LICENSE Initial commit 2025-03-04 19:03:35 -05:00
package-lock.json Initial commit 2025-03-04 19:03:35 -05:00
package.json Initial commit 2025-03-04 19:03:35 -05:00
README.md Initial commit 2025-03-04 19:03:35 -05:00
rustfmt.toml Initial commit 2025-03-04 19:03:35 -05:00
tailwind.config.js Initial commit 2025-03-04 19:03:35 -05:00

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