From a148746c073dd1c4b00d2387f2b77743d6c27004 Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Wed, 26 Aug 2015 14:09:25 -0700 Subject: Remove reference to dynamic linking of modules, fix typos --- Web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Web.md') diff --git a/Web.md b/Web.md index 9cf4b21..86765e3 100644 --- a/Web.md +++ b/Web.md @@ -23,7 +23,7 @@ and the rest of the Web platform that have been considered: * WebAssembly's security model should depend on [CORS][] and [subresource integrity][] to enable distribution, especially through content distribution networks and to implement - [dynamic linking](FutureFeatures.md#dynamic-linking). + [dynamic linking](DynamicLinking.md). * Once [threads are supported](PostMVP.md#threads), a WebAssembly module would shared (including its heap) between workers via `postMessage()`. - This also has the effect of explicitly sharing code so that engines don't -- cgit v1.2.3