aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'Modules.md')
-rw-r--r--Modules.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/Modules.md b/Modules.md
index 18b1756..4d3b6bd 100644
--- a/Modules.md
+++ b/Modules.md
@@ -175,12 +175,12 @@ to allow *explicitly* sharing state between module instances.
## Module start function
If the module has a start node defined, the function it refers should be called
-by the loader after the instance is initialized and before the exported functions
-are called.
+by the loader after the instance is initialized, including its Memory and Table
+though Data and Element sections, and before the exported functions are callable.
* The start function must not take any arguments or return anything
-* The function is identified by [function index](#function-index-space) and can also be
- exported
+* The function is identified by [function index](#function-index-space), can be
+ an import, and can also be exported
* There can only be at most one start node per module
For example, a start node in a module will be: