diff options
| author | JF Bastien <github@jfbastien.com> | 2015-06-19 12:43:37 +0200 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-06-19 12:43:37 +0200 |
| commit | 3cdd4cf1942bce8c68e82582e0a6ed76464e2b94 (patch) | |
| tree | c5739cd42be92b50a5c3072907514ec9621773f0 /BinaryEncoding.md | |
| parent | 9325ce14c1168d0e9c0c3b8c6e39afba1b11c195 (diff) | |
| parent | 0f0029f94c35eefad105e52c40f8c8835f17fb0a (diff) | |
| download | nanowasm-design-3cdd4cf1942bce8c68e82582e0a6ed76464e2b94.tar.gz | |
Merge pull request #201 from Teemperor/remove-length
Remove unecessary length requirement
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index dae0ff0..f5f84ae 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -65,7 +65,7 @@ Yes: * A module contains: * a header followed by - * a table containing, for each section, its type, offset (within the module), and byte length, followed by + * a table (sorted by offset) containing, for each section, its type and offset (within the module), followed by * a sequence of sections. * A section contains: * a header followed by |
