The web-based chat client for Versal
|
||
---|---|---|
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