aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authortitzer <titzer@google.com>2016-02-25 09:43:53 -0800
committertitzer <titzer@google.com>2016-02-25 09:43:53 -0800
commitf42df8dc1ed183c9178577b451e18ebc37cc314d (patch)
tree9689b0e593ac415bba4f7d36c6c9a881764ef0a3 /BinaryEncoding.md
parent27cfc727482d52ce8c133a95ac655418ad164812 (diff)
downloadnanowasm-design-f42df8dc1ed183c9178577b451e18ebc37cc314d.tar.gz
Update text: "offset from start of the module"
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index 8f6e610..90f7830 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -118,8 +118,8 @@ A module may contain at most one import table section.
| Field | Type | Description |
| ----- | ----- | ----- |
| sig_index | `uint16` | signature index of the import |
-| module_name | `uint32` | offset of the string representing the module name |
-| func_name | `uint32` | offset of the string representing the function name |
+| module_name | `uint32` | offset from the start of the module of the string representing the module name |
+| func_name | `uint32` | offset from the start of the module of the string representing the function name |
### Functions section