Use --- so that it actually shows up as an em dash lol

This commit is contained in:
2026-03-02 19:07:22 +00:00
parent b5c4070daf
commit 30221b39ce

View File

@@ -17,7 +17,7 @@ You'll need:
- [WABT](https://github.com/WebAssembly/wabt)
- [Guile](https://www.gnu.org/software/guile/) (or bring your own HTTP
server -- see note below)
server --- see note below)
To run, first compile the WebAssembly module:
@@ -60,7 +60,7 @@ registers: `xBUF`, `xHEAD` and `xTAIL`:
data, and `xTAIL` being the offset of the first byte *after* the data.
In order to be distinguishable from the empty state, the ring buffers
must never be completely full -- there must always be *at least one*
must never be completely full --- there must always be *at least one*
unoccupied byte between the tail and the head.
### System status