diff options
| author | Patrick Uftring <pjuftring@users.noreply.github.com> | 2015-09-23 18:47:54 +0200 |
|---|---|---|
| committer | Patrick Uftring <pjuftring@users.noreply.github.com> | 2015-09-23 18:47:54 +0200 |
| commit | f014d3ab05b726889cd9c0d02c548440b922efc4 (patch) | |
| tree | 19d9d03dece10c274a27e15085ed3ac48d7351ba /BinaryEncoding.md | |
| parent | f4a8ae63e9fca0306e006d9e8fcd73c647150d28 (diff) | |
| download | nanowasm-design-f014d3ab05b726889cd9c0d02c548440b922efc4.tar.gz | |
Fixes the structure of the data-section-list
The data-section-line was part of the code-section-list so I fixed that.
I added "The generic section header" to the data-section-part, because that's what written as first entry of every other section.
I added "(in this order)" to the data-section-part, because now the data-section has two entries.
You might also want to consider unifying the indentation and symbols for nested lists, but that wouldn't make any difference to the interpretation of the markdown, so I didn't change anything there.
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index a3ec029..6c0d355 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -98,7 +98,8 @@ Yes: * Type ID * Count of locals + The serialized AST - * A `data` section contains +* A `data` section contains (in this order): + - The generic section header - A sequence of byte ranges within the binary and corresponding addresses in the linear memory |
