aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorMichael Holman <michael.holman@microsoft.com>2015-06-30 13:57:45 -0700
committerMichael Holman <michael.holman@microsoft.com>2015-06-30 13:57:45 -0700
commit90f8acd4b876ab67a60abfa16cdf3f2342e031be (patch)
tree72e9713ead20419cdfa961b8491f94b9caa29423 /BinaryEncoding.md
parent1abb70631f16e6a2922f035730d6186db3d889a2 (diff)
downloadnanowasm-design-90f8acd4b876ab67a60abfa16cdf3f2342e031be.tar.gz
made code sections have 64 bit offsets
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 316f345..3ccc9f9 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -90,7 +90,7 @@ Yes:
- The generic section header
- A table (sorted by offset) containing, for each function:
+ Signature
- + 32-bit offset within the section
+ + 64-bit offset within the section
- A sequence of functions
- A function contains:
+ A table containing, for each type ID that has [locals](AstSemantics.md#addressing-local-variables):