From 8feef4c3b6bf8dc21b6b27ff2e528b4cf772307b Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Mon, 14 Nov 2016 15:19:00 -0800 Subject: Function index space is used by exports (#872) * Function index space is used by exports * Mention start function as well * Elements --- Modules.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Modules.md') 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 -- cgit v1.2.3