diff options
| author | Luke Wagner <luke@mozilla.com> | 2016-03-04 10:36:36 -0600 |
|---|---|---|
| committer | Luke Wagner <luke@mozilla.com> | 2016-03-04 10:36:36 -0600 |
| commit | 9cb14e31abad1a2ac950e42667a408811b65c5f7 (patch) | |
| tree | b7c165180c51fbb9759ff7446950154d909551d0 /BinaryEncoding.md | |
| parent | 3169f00ad637510a3cd0c9ab928785cbddb0271d (diff) | |
| download | nanowasm-design-9cb14e31abad1a2ac950e42667a408811b65c5f7.tar.gz | |
Rename 'names' to 'entries'
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 6fee3b7..62ec74b 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -246,8 +246,8 @@ functions and locals in the [text format](TextFormat.md). | Field | Type | Description | | ----- | ----- | ----- | -| count | `varuint32` | count of names to follow | -| names | `function_names*` | sequence of names | +| count | `varuint32` | count of entries to follow | +| entries | `function_names*` | sequence of names | The sequence of `function_name` assigns names to the corresponding function index. The count may be greater or less than the actual number of |
