diff options
| author | Michael Holman <michael.holman@microsoft.com> | 2015-06-29 09:47:23 -0700 |
|---|---|---|
| committer | Michael Holman <michael.holman@microsoft.com> | 2015-06-29 09:47:23 -0700 |
| commit | f6625e1becab6672863034125163984f13a0c86f (patch) | |
| tree | 5b943d3418962f7a8b0a7c08e48d7516d4a9e913 /BinaryEncoding.md | |
| parent | adad31c80812a5943605d3ae7aea766a90d4fd53 (diff) | |
| download | nanowasm-design-f6625e1becab6672863034125163984f13a0c86f.tar.gz | |
combined tables
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index ca152a6..557664e 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -75,14 +75,13 @@ Yes: * the section contents (specific to the section type) * A definitions section contains: * the generic section header - * a sequence of standardized string literal types, where order determines - type ID, followed by - * a table containing, for each opcode-space, its type, offset (within the - section), sorted by offset, followed by + * a table containing, for each opcode-space, a standardized string literal + type name (where index defines its type), offset (within the section), + sorted by offset, followed by * a sequence of opcode tables * An opcode table contains: - * a sequence of standardized string literal opcodes, where order determines - opcode index + * a sequence of standardized string literal opcode names, where order + determines opcode index * A code section contains: * the generic section header * a table containing, for each function, its signature, offset (within the |
