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/rledemo/v0.Render()"
Result
Package rledemo is a small gnoweb demo of the run-length codec provided by the p/moul/x/daily/rle(/p/moul/x/daily/rle/v0) library: it encodes a few sample strings, round-trips them, and reports the size ratio — including the case where the "compression" makes things bigger.
It contains no codec logic of its own. Stateless, so Render is deterministic.