Render
Render renders the demo for gnoweb.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/moul/x/daily/toposortdemo/v0.Render()"
Result
Package toposortdemo is a small gnoweb demo of the dependency ordering provided by the p/moul/x/daily/toposort(/p/moul/x/daily/toposort/v0) library: it shows a build graph resolved into a safe install order, and a deliberately broken graph to show how a cycle is reported.
It contains no ordering logic of its own — the graph, the sort and the cycle detection all come from the library. Stateless and read-only, so Render is fully deterministic.