From e2be77eaac770268a4c22fb09c6f648de7b9b6b8 Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Wed, 15 Nov 2017 08:48:14 -0800 Subject: Fixup links to future features (#1157) This link standardizes how all the other design pages will refer to future features (either in `FutureFeatures.md` or in a tracking issue). All links to these upcoming features now use references at the bottom of the doc page (as opposed to inline links or references). Note that this change makes it very easy for the doc links to be updated when a tracking issue is started. As all the references have a standard format; a simple find/replace script will get everything. This commit also makes sure that references now point to a tracking issue if one exists. Note that this means a future CL can now delete some of the unnecessary sections from `FutureFeatures.md`. The only visible change from this commit is that certain broken links are now fixed, or links pointing to a doc section now point to the correct tracking issue. --- JITLibrary.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'JITLibrary.md') diff --git a/JITLibrary.md b/JITLibrary.md index 59726e5..48c1e49 100644 --- a/JITLibrary.md +++ b/JITLibrary.md @@ -1,7 +1,6 @@ # JIT and Optimization Library -WebAssembly's -[Just-in-Time compilation (JIT)](FutureFeatures.md#platform-independent-just-in-time-jit-compilation) +WebAssembly's [Just-in-Time compilation (JIT)][future jit control] interface will likely be fairly low-level, exposing general-purpose primitives rather than higher-level functionality. Still, there is a need for higher-level functionality, and for greater flexibility than the WebAssembly spec can provide. @@ -85,3 +84,5 @@ A significant range of approaches are possible: would allow a unique degree of flexibility. * And many things in between. + +[future jit control]: FutureFeatures.md#platform-independent-just-in-time-jit-compilation -- cgit v1.2.3