From cb9e2b52f422bce27e689d7e9f025a58d2a8bc18 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 9 Jun 2015 16:27:43 +0200 Subject: Link to dynamic linking from Web.md. --- Web.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Web.md b/Web.md index 5adfd5c..92fe500 100644 --- a/Web.md +++ b/Web.md @@ -21,7 +21,9 @@ that the design, especially that of the [MVP](MVP.md), are sensible: export name. * There is no special case for when one WebAssembly module imports another: they have separate [heaps](MVP.md#heap) and pointers cannot be passed - between the two. Module imports encapsulate the importer and importee. + between the two. Module imports encapsulate the importer and + importee. [Dynamic linking](FutureFeatures.md#dynamic-linking) should be + used to share heaps and pointers across modules. * To synchronously call into JavaScript from C++, the C++ code would declare and call an undefined `extern` function and the target JavaScript function would be given the (mangled) name of the `extern` and put inside the -- cgit v1.2.3