VizEngine · hosted output
Let the docs explain themselves.
These cards embed the hosted Orly player, which uses the published @brett_lamy/viz-engine / Docstream stack. The fallback copy stays visible and links directly to the same explainer if an iframe, network, or player package is unavailable.
Hosted explainer
Linux in a Tab
How wasm-vm streams a disk, joins a tailnet, and freezes a machine.
Accessible fallback: five chapters cover touched blocks, the browser node, freezing and restoring, replay as a stream, and a readable cluster. Open Linux in a Tab directly ↗
Hosted explainer
The wasm-vm Proof Loop
Why a worker's claim becomes trustworthy only after a critic can replay and attack the evidence.
Accessible fallback: five chapters follow the claim, recorded run, critic attack, refutation/rework loop, and why replayable evidence beats a review summary. Open The wasm-vm Proof Loop directly ↗
Use the same URL in a Docstream document
For a React docs surface, the portable GitBook-style embed remains the integration point:
npm install @brett_lamy/viz-engine@0.2.1 @brett_lamy/docstream@0.3.7
import { GitbookStreamdown } from "@brett_lamy/docstream";
const markdown = `{% embed url="https://orly.brett-lamy.workers.dev/?bundle=wasm-vm-loop" /%}`;
<GitbookStreamdown markdown={markdown} />
Source and media note: the bundle names, titles, and hosted URLs come from BLamy/orly at commit 7a00a5d; the repository is MIT-licensed. Its README/manifests describe generated MP3 narration, but the inspected metadata does not declare a per-file audio license or attribution. This sidecar therefore copies no MP3 and adds no standalone audio element; any narration remains inside the hosted player and its own controls.