From 19d2c4c8ea59a6fa08c96456234267dd746251ea Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Tue, 1 Sep 2015 14:49:02 -0500 Subject: Mention imports and exports in instance --- Modules.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Modules.md') 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; -- cgit v1.2.3