Recipes
Short, copy-pasteable patterns that combine the pieces from the rest of the docs. Each one is a complete, runnable starting point.
| Recipe | Shows |
|---|---|
| Minimal Spec | The smallest passing test and how to run it. |
| Snapshots & Mocks | Freezing a dependency, then snapshotting the output. |
| Fuzzing Patterns | Property tests and keeping generators clean. |
| Multi-Mode Config | One suite across WASI, bindings, and the browser. |
For larger, end-to-end setups, the as-test repository keeps standalone example projects you can clone and run.
