aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
authorLuke Wagner <mail@lukewagner.name>2015-09-01 14:49:02 -0500
committerLuke Wagner <mail@lukewagner.name>2015-09-01 14:49:02 -0500
commit19d2c4c8ea59a6fa08c96456234267dd746251ea (patch)
treed2bee464c2316a88d93e72e9c4ef3c57b782ede0 /Modules.md
parentaf0b75c8947e3149aaf171d183270fdeea4aac92 (diff)
downloadnanowasm-design-19d2c4c8ea59a6fa08c96456234267dd746251ea.tar.gz
Mention imports and exports in instance
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;