aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2016-03-07 12:47:53 -0600
committerLuke Wagner <luke@mozilla.com>2016-03-09 10:51:35 -0600
commit2ead607c0e2298a81dc27d2b04b114242fc48634 (patch)
treeb66ceb1aeaacad66fe5a7622293847ff98d6957e /BinaryEncoding.md
parent5fa18dd0e445d542a0e3c31fd00946e6d40e9825 (diff)
downloadnanowasm-design-2ead607c0e2298a81dc27d2b04b114242fc48634.tar.gz
Remove now-unnecessary signature index from export
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md1
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 |