summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/doc/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/src/doc/faq.rst')
-rw-r--r--native_client_sdk/src/doc/faq.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/native_client_sdk/src/doc/faq.rst b/native_client_sdk/src/doc/faq.rst
index ee6ee51..6ac764d 100644
--- a/native_client_sdk/src/doc/faq.rst
+++ b/native_client_sdk/src/doc/faq.rst
@@ -220,6 +220,8 @@ portability to JavaScript and can adapt to new instruction set
architectures without requiring recompilation. The web is better when
it's platform-independent, and we'd like it to stay that way.
+.. _other_languages:
+
Do I have to use C or C++? I'd really like to use another language.
-------------------------------------------------------------------
@@ -307,13 +309,13 @@ barriers, atomic read/modify/write, compare-and-exchange, etc...), thus
allowing your Native Client application to utilize several CPU cores.
Note that this allows you to modify datastructures concurrently without
needing to copy them, which is often a limitation of shared-nothing
-systems.
+systems. For more information see :ref:`memory model and atomics
+<memory_model_and_atomics>` and :ref:`threading
+<language_support_threading>`.
Native Client doesn't support HTML5 Web Workers directly but can
interact with JavaScript code which does.
-.. TODO Add link to relevant documentation, once written.
-
Coming Soon
===========