diff options
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
