vmm.dev

contact

contactcontactnotesnotesgraphgraphwasmwasmvmm.devvmm.dev

contact

This is the contact point and site note for vmm.dev.

GitHub: @o8vm

Email: [email protected]

I use this site as a small public notebook. It is personal rather than corporate: the map is a way to keep related notes visible, not a product surface or a documentation portal.

The implementation is still part of the point. Markdown files are committed as content, and the browser loads them as static assets. The Wasm renderer parses Markdown, extracts authored wiki links, builds the graph, and renders both the SVG map and the selected article.

The graph is intentionally link-driven. A file can exist under /content/, but it will not appear in the discovered corpus unless the top note or another loaded note links to it. Direct routes still work for an explicit slug.

Related implementation notes: notes, graph, and wasm.