Add turbo-wiki: a small demo app built directly on turbo-tasks
A wiki compiler (Markdown with [[WikiLinks]] -> HTML with backlinks) that
uses only the turbo-* crates, none of the turbopack-* ones. Supports --watch
(recompiles incrementally on changes) and --persist (on-disk cache, so
restarts only recompute what changed while the compiler was off).