merman: Mermaid.js, but headless, in Rust

8 points by wofo


ssokolow

I'm uncertain. When I hear "headless", I think mermaid-rs which uses a headless Chrome instance, but the description and number of dependencies seem to suggest this actually re-implements Mermaid rendering in Rust.

...so which is it?

(For me, what really matters is whether it's suitable for compiling to WebAssembly to run as a sandboxed WASIp2 plugin for the static site generator I've been working on. As-is, I use things like layout-rs and svgbob for this kind of purpose for exactly that reason.)