diff options
| author | Luke Wagner <luke@mozilla.com> | 2016-03-07 12:58:53 -0600 |
|---|---|---|
| committer | Luke Wagner <luke@mozilla.com> | 2016-03-09 10:51:35 -0600 |
| commit | 29c4de983a67be2dd9a2d8985cb39d122501d71b (patch) | |
| tree | 8d3956f14948d076b5167383f9d4656d03b8fc5a /BinaryEncoding.md | |
| parent | 2ead607c0e2298a81dc27d2b04b114242fc48634 (diff) | |
| download | nanowasm-design-29c4de983a67be2dd9a2d8985cb39d122501d71b.tar.gz | |
Address comments
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 7752997..e37bb4a 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -149,9 +149,9 @@ A module may contain at most one import table section. ID: `function_signatures` -The Functions Signatures section declares the signatures of all functions in the +The Function Signatures section declares the signatures of all functions in the module and must be preceded by the [Signatures](#signatures-section) section. A -module may contain at most one functions section. +module may contain at most one functions signatures section. | Field | Type | Description | | ----- | ----- | ----- | @@ -164,7 +164,8 @@ ID: `function_bodies` The Function Bodies section assigns a body to every function in the module and must be preceded by the [Function Signatures](#function-signatures-section) section. -The count of function signatures and function bodies must be the same. +The count of function signatures and function bodies must be the same and the `i`th +signature corresponds to the `i`th function body. | Field | Type | Description | | ----- | ----- | ----- | ----- | |
