From 67c28db3a46d639b8385e35daee9e294c0d84acf Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Wed, 9 Mar 2016 13:07:32 -0600 Subject: Add back the varuint32 in data_segment --- BinaryEncoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BinaryEncoding.md') 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 -- cgit v1.2.3