aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2016-03-09 13:07:32 -0600
committerLuke Wagner <luke@mozilla.com>2016-03-09 13:07:32 -0600
commit67c28db3a46d639b8385e35daee9e294c0d84acf (patch)
treed4e8bdb29a93f13d868474b79d57f67b13e97bb8 /BinaryEncoding.md
parenta3ace6fb6e54ea2a7612d77745c590e4a90c09b7 (diff)
downloadnanowasm-design-67c28db3a46d639b8385e35daee9e294c0d84acf.tar.gz
Add back the varuint32 in data_segment
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index ad77763..efdd36c 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -214,7 +214,7 @@ a `data_segment` is:
| Field | Type | Description |
| ----- | ----- | ----- |
| offset | `varuint32` | the offset in linear memory at which to store the data |
-| size | `uint32` | size of `data` (in bytes) |
+| size | `varuint32` | size of `data` (in bytes) |
| data | `bytes` | sequence of `size` bytes |
### Indirect Function Table section