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 --- CAndC++.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CAndC++.md') diff --git a/CAndC++.md b/CAndC++.md index 36d0869..af3a16d 100644 --- a/CAndC++.md +++ b/CAndC++.md @@ -63,7 +63,7 @@ libraries. Developers will need to ensure that all code linked into an application are compiled with the same compiler and options. In the future, when WebAssembly is extended to support -[dynamic linking](FutureFeatures.md#dynamic-linking), stable ABIs are +[dynamic linking](DynamicLinking.md), stable ABIs are expected to be defined in accompaniment. ### Undefined and Implementation-defined Behavior -- cgit v1.2.3