aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2016-03-08 12:34:10 -0600
committerLuke Wagner <luke@mozilla.com>2016-03-08 12:34:10 -0600
commitbf2aafc8fd81bc7e825a99998691429e84dbed2c (patch)
tree60c1c15972509d1580c14c9487ab65858e143f3f /BinaryEncoding.md
parentc0c0dc12f60f4fd6413065015becab351e095d3c (diff)
downloadnanowasm-design-bf2aafc8fd81bc7e825a99998691429e84dbed2c.tar.gz
Add the actual inline bytes
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md1
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