From bf2aafc8fd81bc7e825a99998691429e84dbed2c Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Tue, 8 Mar 2016 12:34:10 -0600 Subject: Add the actual inline bytes --- BinaryEncoding.md | 1 + 1 file changed, 1 insertion(+) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 532f632..93fec5b 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -218,6 +218,7 @@ a `data_segment` is: | ----- | ----- | ----- | | offset | `uint32` | the offset in linear memory at which to store the data | | size | `uint32` | the size of the data segment (in bytes) | +| data | `bytes` | a sequence of `size` bytes | ### Indirect Function Table section -- cgit v1.2.3