diff options
| author | Luke Wagner <luke@mozilla.com> | 2016-01-29 18:27:48 -0600 |
|---|---|---|
| committer | Luke Wagner <luke@mozilla.com> | 2016-01-29 18:27:48 -0600 |
| commit | 3b31dbcd3ccd0af1c5e958a75e5e5a16da34bcca (patch) | |
| tree | 0e71d450a4ba120a15fb008d47b1cb8777df16c5 | |
| parent | a72a05c29f2a989e5d05a0214c9ad1f6d52412c5 (diff) | |
| download | nanowasm-design-3b31dbcd3ccd0af1c5e958a75e5e5a16da34bcca.tar.gz | |
Move dynamic linking from FutureFeatures.md to PostMVP.md to reflect actual priority
| -rw-r--r-- | FutureFeatures.md | 4 | ||||
| -rw-r--r-- | PostMVP.md | 4 |
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: @@ -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 |
