aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2016-01-29 18:27:48 -0600
committerLuke Wagner <luke@mozilla.com>2016-01-29 18:27:48 -0600
commit3b31dbcd3ccd0af1c5e958a75e5e5a16da34bcca (patch)
tree0e71d450a4ba120a15fb008d47b1cb8777df16c5
parenta72a05c29f2a989e5d05a0214c9ad1f6d52412c5 (diff)
downloadnanowasm-design-3b31dbcd3ccd0af1c5e958a75e5e5a16da34bcca.tar.gz
Move dynamic linking from FutureFeatures.md to PostMVP.md to reflect actual priority
-rw-r--r--FutureFeatures.md4
-rw-r--r--PostMVP.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index 361cd47..ec5009f 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -11,10 +11,6 @@ available under [feature tests](FeatureTest.md).
This is covered in the [tooling](Tooling.md) section.
-## Dynamic linking
-
-This is covered in the [dynamic linking](DynamicLinking.md) section.
-
## Finer-grained control over memory
Provide access to safe OS-provided functionality including:
diff --git a/PostMVP.md b/PostMVP.md
index 5ae342c..f7b7917 100644
--- a/PostMVP.md
+++ b/PostMVP.md
@@ -32,6 +32,10 @@ and can thus be represented efficiently by the engine.
[PNaCl atomic support]: https://developer.chrome.com/native-client/reference/pnacl-c-cpp-language-support#memory-model-and-atomics
[SharedArrayBuffer]: https://docs.google.com/document/d/1NDGA_gZJ7M7w1Bh8S0AoDyEqwDdRh4uSoTPSNn77PFk
+## Dynamic linking
+
+This is covered in the [dynamic linking](DynamicLinking.md) section.
+
## Fixed-width SIMD
Support fixed-width SIMD vectors, initially only for 128-bit wide vectors as