aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2016-11-14 15:19:00 -0800
committerGitHub <noreply@github.com>2016-11-14 15:19:00 -0800
commit8feef4c3b6bf8dc21b6b27ff2e528b4cf772307b (patch)
tree7762871f1c70c722e41ffe32518ff88b82ac0aba /Modules.md
parent3d45af7c852d8b0ee31094e43d9c82f0986a0327 (diff)
downloadnanowasm-design-8feef4c3b6bf8dc21b6b27ff2e528b4cf772307b.tar.gz
Function index space is used by exports (#872)
* Function index space is used by exports * Mention start function as well * Elements
Diffstat (limited to 'Modules.md')
-rw-r--r--Modules.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Modules.md b/Modules.md
index 110fdc5..18b1756 100644
--- a/Modules.md
+++ b/Modules.md
@@ -304,7 +304,10 @@ by the functions defined within the module.
The function index space is used by:
-* [calls](Semantics.md#calls), to identify the callee of a direct call
+* [Calls](Semantics.md#calls), to identify the callee of a direct call.
+* [Elements](Modules.md#elements-section).
+* [Exports](BinaryEncoding.md#export-section), to determine which functions are exposed to the embedder.
+* [Start function](Modules.md#module-start-function), to identify which function is called when the instance is fully initialized.
## Global Index Space