diff options
| author | Luke Wagner <luke@mozilla.com> | 2016-03-07 20:03:23 -0600 |
|---|---|---|
| committer | Luke Wagner <luke@mozilla.com> | 2016-03-09 10:51:35 -0600 |
| commit | b3f5fb96debb55cd6e978421cde63585a38a303d (patch) | |
| tree | b6fc64f2904dd2ad2d4773327b6c2eba0b9ca9d2 /BinaryEncoding.md | |
| parent | f0ab07c4d53932fc4e812b2d43d1eeac37b1acd4 (diff) | |
| download | nanowasm-design-b3f5fb96debb55cd6e978421cde63585a38a303d.tar.gz | |
Update references to Function section to Function Signatures section
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 7237d44..6a104a6 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -178,7 +178,7 @@ ID: `export_table` The export table section declares all exports from the module. A module may contain at most one export table section. -This section must be preceded by a [Functions](#functions-section) section. +This section must be preceded by the [Function Signatures](#function-signatures-section) section. | Field | Type | Description | | ----- | ----- | ----- | @@ -197,7 +197,7 @@ This section must be preceded by a [Functions](#functions-section) section. ID: `start_function` A module may contain at most one start fuction section. -This section must be preceded by a [Functions](#functions-section) section. +This section must be preceded by a [Function Signatures](#function-signatures-section) section. | Field | Type | Description | | ----- | ----- | ----- | @@ -228,8 +228,7 @@ a `data_segment` is: ID: `function_table` The indirect function table section declares the size and entries of the indirect function table, which consist -of indexes into the [Functions](#functions-section) section. -This section must be preceded by a [Functions](#functions-section) section. +of indexes into the [Function Signatures](#function-signatures-section) section (which must come before). | Field | Type | Description | | ----- | ----- | ----- | |
