aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'Modules.md')
-rw-r--r--Modules.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules.md b/Modules.md
index 4395bc4..e6aa6eb 100644
--- a/Modules.md
+++ b/Modules.md
@@ -20,6 +20,7 @@ An instance contains:
* the code of the module from which the instance was loaded;
* a [linear memory](AstSemantics.md#linear-memory);
* [global variable](AstSemantics.md#global-variables) state;
+* fully resolved imports and exports;
* (when [threading](PostMVP.md#threads) is added) thread-local state;
* (when [dynamic linking](DynamicLinking.md) is added) the code of multiple modules
that have been dynamically linked into the same instance;