aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authortitzer <titzer@google.com>2016-02-09 10:30:54 +0100
committertitzer <titzer@google.com>2016-02-09 10:30:54 +0100
commit550cd2938dbc054beb099391479cfb8e8a0523e7 (patch)
tree7b5ff97796746548ff25281dc5ed0d800ff2c3f4 /BinaryEncoding.md
parent01492c6dde963ac7eb6d00d8d5754de98cc2a0c1 (diff)
downloadnanowasm-design-550cd2938dbc054beb099391479cfb8e8a0523e7.tar.gz
Update BinaryEncoding.md
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 e014818..a2726ff 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -118,7 +118,7 @@ The Functions section declares the functions in the module and must be preceded
#### Function Entry
Each function entry describes a function that can be optionally named, imported and/or exported. Non-imported functions
-must contain a function body.
+must contain a function body. Imported and exported functions must have a name. Imported functions do not contain a body.
| Field | Type | Present? | Description |
| ----- | ----- | ----- | ----- |