aboutsummaryrefslogtreecommitdiff
path: root/JITLibrary.md
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2017-11-15 08:48:14 -0800
committerJF Bastien <github@jfbastien.com>2017-11-15 09:48:14 -0700
commite2be77eaac770268a4c22fb09c6f648de7b9b6b8 (patch)
treeba99bc504cd96f6471147582e08a5e19ebd8312d /JITLibrary.md
parent71c97d9081ac6d64497d586e8f45c8145ed3f86e (diff)
downloadnanowasm-design-e2be77eaac770268a4c22fb09c6f648de7b9b6b8.tar.gz
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.
Diffstat (limited to 'JITLibrary.md')
-rw-r--r--JITLibrary.md5
1 files changed, 3 insertions, 2 deletions
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