OLD | NEW |
1 ########################## | 1 ########################## |
2 Frequently Asked Questions | 2 Frequently Asked Questions |
3 ########################## | 3 ########################## |
4 | 4 |
5 .. contents:: | 5 .. contents:: |
6 :local: | 6 :local: |
7 :backlinks: none | 7 :backlinks: none |
8 :depth: 2 | 8 :depth: 2 |
9 | 9 |
10 This document answers some frequently asked questions about Native | 10 This document answers some frequently asked questions about Native |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 for an `introduction to GCC`_. | 185 for an `introduction to GCC`_. |
186 | 186 |
187 | 187 |
188 Openness, and Supported Architectures and Languages | 188 Openness, and Supported Architectures and Languages |
189 =================================================== | 189 =================================================== |
190 | 190 |
191 Is Native Client open? Is it a standard? | 191 Is Native Client open? Is it a standard? |
192 ---------------------------------------- | 192 ---------------------------------------- |
193 | 193 |
194 Native Client is completely open: the executable format is open and the | 194 Native Client is completely open: the executable format is open and the |
195 `source code is open <nacl_project_>`_. Right | 195 `source code is open <https://code.google.com/p/nativeclient/>`_. Right |
196 now the Native Client project is in its early stages, so it's premature | 196 now the Native Client project is in its early stages, so it's premature |
197 to consider Native Client for standardization. | 197 to consider Native Client for standardization. |
198 | 198 |
199 We consistenly try to document our design and implementation and hope to | 199 We consistenly try to document our design and implementation and hope to |
200 standardize Portable Native Client when it gains more traction. A good | 200 standardize Portable Native Client when it gains more traction. A good |
201 example is our :doc:`PNaCl bitcode reference manual | 201 example is our :doc:`PNaCl bitcode reference manual |
202 <reference/pnacl-bitcode-abi>`. | 202 <reference/pnacl-bitcode-abi>`. |
203 | 203 |
204 What are the supported instruction set architectures? | 204 What are the supported instruction set architectures? |
205 ----------------------------------------------------- | 205 ----------------------------------------------------- |
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 .. _GHC: http://www.haskell.org/ghc/docs/latest/html/users_guide/code-generators
.html | 569 .. _GHC: http://www.haskell.org/ghc/docs/latest/html/users_guide/code-generators
.html |
570 .. _flang: https://flang-gsoc.blogspot.ie/2013/09/end-of-gsoc-report.html | 570 .. _flang: https://flang-gsoc.blogspot.ie/2013/09/end-of-gsoc-report.html |
571 .. _native-client-discuss: https://groups.google.com/group/native-client-discuss | 571 .. _native-client-discuss: https://groups.google.com/group/native-client-discuss |
572 .. _deprecated in Chrome: http://blog.chromium.org/2013/09/saying-goodbye-to-our
-old-friend-npapi.html | 572 .. _deprecated in Chrome: http://blog.chromium.org/2013/09/saying-goodbye-to-our
-old-friend-npapi.html |
573 .. _OpenGL ES 2.0: https://www.khronos.org/opengles/ | 573 .. _OpenGL ES 2.0: https://www.khronos.org/opengles/ |
574 .. _GLES2 file: https://code.google.com/p/chromium/codesearch#chromium/src/ppapi
/lib/gl/gles2/gles2.c | 574 .. _GLES2 file: https://code.google.com/p/chromium/codesearch#chromium/src/ppapi
/lib/gl/gles2/gles2.c |
575 .. _Google Chrome privacy policy: https://www.google.com/chrome/intl/en/privacy.
html | 575 .. _Google Chrome privacy policy: https://www.google.com/chrome/intl/en/privacy.
html |
576 .. _Google Chrome Terms of Service: https://www.google.com/chrome/intl/en/eula_t
ext.html | 576 .. _Google Chrome Terms of Service: https://www.google.com/chrome/intl/en/eula_t
ext.html |
577 .. _naclports: https://code.google.com/p/naclports | 577 .. _naclports: https://code.google.com/p/naclports |
578 .. _CORS: http://en.wikipedia.org/wiki/Cross-origin_resource_sharing | 578 .. _CORS: http://en.wikipedia.org/wiki/Cross-origin_resource_sharing |
OLD | NEW |