aboutsummaryrefslogtreecommitdiff
path: root/JITLibrary.md
diff options
context:
space:
mode:
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