The web-based chat client for Versal
  • Rust 98.7%
  • HTML 0.7%
  • JavaScript 0.5%
  • CSS 0.1%
Find a file
2025-10-22 22:33:13 -04:00
src Create dummy context menu for implementing of editing messages 2025-10-22 22:33:13 -04:00
style Initial commit 2025-03-04 19:03:35 -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