Based on Rust framework MoonZoon
Live demo: moonzoon-vigenere.netlify.app
Inspiration: Building a Real-Time Web Cipher with Rust, Sycamore and Trunk
Version without global variables: branch no_globals
How to Run:
- Install the latest stable Rust. (Or upgrade with
rustup update stable
.) - Install the web assembly target
rustup target add wasm32-unknown-unknown
cargo install mzoon --git https://github.com/MoonZoon/MoonZoon --locked
mzoon start --open
Deploy to Netlify:
mzoon build --release --frontend-dist netlify
- Drag & drop the
frontend_dist
directory to Netlify.