diff options
| author | Luke Wagner <mail@lukewagner.name> | 2015-09-01 14:49:02 -0500 |
|---|---|---|
| committer | Luke Wagner <mail@lukewagner.name> | 2015-09-01 14:49:02 -0500 |
| commit | 19d2c4c8ea59a6fa08c96456234267dd746251ea (patch) | |
| tree | d2bee464c2316a88d93e72e9c4ef3c57b782ede0 /Modules.md | |
| parent | af0b75c8947e3149aaf171d183270fdeea4aac92 (diff) | |
| download | nanowasm-design-19d2c4c8ea59a6fa08c96456234267dd746251ea.tar.gz | |
Mention imports and exports in instance
Diffstat (limited to 'Modules.md')
| -rw-r--r-- | Modules.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
