recipes/build
A page that goes through the transforms, and then does its job.
The job is an ordinary one: a small dashboard written the three ways a page is written, in JSX, in markup, and in h calls by hand. What makes it a proof rather than a demo is that the page is never run as it was written. It is compiled, written to disk, imported, and then mounted, rendered and hydrated, and every check is against what the compiled page did. The release build of the binding's own source is checked for asserts the same way: by reading what came out, not by trusting that a pass ran.
node recipes/build/main.ts