diff options
| author | Luke Wagner <luke@mozilla.com> | 2016-03-07 12:47:53 -0600 |
|---|---|---|
| committer | Luke Wagner <luke@mozilla.com> | 2016-03-09 10:51:35 -0600 |
| commit | 2ead607c0e2298a81dc27d2b04b114242fc48634 (patch) | |
| tree | b66ceb1aeaacad66fe5a7622293847ff98d6957e /BinaryEncoding.md | |
| parent | 5fa18dd0e445d542a0e3c31fd00946e6d40e9825 (diff) | |
| download | nanowasm-design-2ead607c0e2298a81dc27d2b04b114242fc48634.tar.gz | |
Remove now-unnecessary signature index from export
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 68e8ab4..7752997 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -187,7 +187,6 @@ This section must be preceded by a [Functions](#functions-section) section. #### Export entry | Field | Type | Description | | ----- | ----- | ----- | -| sig_index | `uint16` | signature index of the export | | func_index | `uint16` | index into the function table | | function_len | `varuint32` | function string length | | function_str | `bytes` | function string of `function_len` bytes | |
