From b63f0ab09ced4b165804245ff18ccae77a697315 Mon Sep 17 00:00:00 2001 From: titzer Date: Wed, 24 Jun 2015 23:53:48 +0200 Subject: Update Web.md --- Web.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Web.md') diff --git a/Web.md b/Web.md index 5374840..660161b 100644 --- a/Web.md +++ b/Web.md @@ -25,10 +25,10 @@ that the design, especially that of the [MVP](MVP.md), are sensible: resulting ES6 module (which could be implemented in JS or WebAssembly) is queried for the 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 + they have separate [memory](MVP.md#linear-memory) and pointers cannot be passed 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. + used to share memory 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