diff options
| author | Michael Holman <michael.holman@microsoft.com> | 2015-06-30 13:32:02 -0700 |
|---|---|---|
| committer | Michael Holman <michael.holman@microsoft.com> | 2015-06-30 13:32:02 -0700 |
| commit | 1abb70631f16e6a2922f035730d6186db3d889a2 (patch) | |
| tree | 272b00b000a54d8b3c8eceb30e4bbb9c762a6f99 /BinaryEncoding.md | |
| parent | ad4a73eddd074cec18a94bd6bc843f19504217e0 (diff) | |
| download | nanowasm-design-1abb70631f16e6a2922f035730d6186db3d889a2.tar.gz | |
tiny update
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 1f4f3ed..316f345 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -68,10 +68,10 @@ Yes: * A module contains (in this order): - A header, containing: + The [magic number](https://en.wikipedia.org/wiki/Magic_number_%28programming%29) - + Other data TBD (possibly entrypoint, memory bitness, source language, etc.) + + Other data TBD - A table (sorted by offset) containing, for each section: + A string literal section type name - + 32-bit offset within the module + + 64-bit offset within the module - A sequence of sections * A section contains: - A header followed by |
