diff options
| author | JF Bastien <github@jfbastien.com> | 2016-11-14 15:19:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-14 15:19:00 -0800 |
| commit | 8feef4c3b6bf8dc21b6b27ff2e528b4cf772307b (patch) | |
| tree | 7762871f1c70c722e41ffe32518ff88b82ac0aba /Modules.md | |
| parent | 3d45af7c852d8b0ee31094e43d9c82f0986a0327 (diff) | |
| download | nanowasm-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.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
