From d48ad63b0ca2a2e75b006260f4fd15bf5171e00a Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 15 Mar 2016 11:13:45 -0700 Subject: Update DynamicLinking.md --- DynamicLinking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DynamicLinking.md') diff --git a/DynamicLinking.md b/DynamicLinking.md index 09a0a89..77983f3 100644 --- a/DynamicLinking.md +++ b/DynamicLinking.md @@ -4,7 +4,7 @@ Dynamic loading of code is in [the MVP](MVP.md) in the form of [modules](Modules.md), but all loaded modules have their own separate [linear memory](AstSemantics.md#linear-memory) by default and cannot share [function pointers](AstSemantics.md#calls). Limited collaboration between -modules is possible im the MVP by having two modules share the same linear +modules is possible in the MVP by having two modules share the same linear memory and invoke each other through the embedder. True dynamic linking will allow developers to share memory *and* function -- cgit v1.2.3