Allows graphviz editing and preview in the browser using wasm. Seems to be very fast from my small amount of testing.
- Change the dot source code on the left
- Automatically recompiles to an svg on the right
- Uses a rust crate to compile Graphviz to an SVG in addition to the Leptos frontend
- So the graphviz engine and the frontend logic are wasm code
- Some basic HTML and CSS to make elements and position them
- Rust compiler
- Wasm target compiler
- cargo install trunk
- trunk serve --open