Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: native_client_sdk/src/doc/devguide/tutorial/tutorial-part1.rst

Issue 2875303003: Add migration to WebAssembly information to PNaCl / NaCl docs. (Closed)
Patch Set: fix Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 .. _tutorial: 1 .. _tutorial:
2 2
3 .. include:: /migration/deprecation.inc
4
3 ###################################### 5 ######################################
4 C++ Tutorial: Getting Started (Part 1) 6 C++ Tutorial: Getting Started (Part 1)
5 ###################################### 7 ######################################
6 8
7 .. contents:: 9 .. contents::
8 :local: 10 :local:
9 :backlinks: none 11 :backlinks: none
10 :depth: 2 12 :depth: 2
11 13
12 Overview 14 Overview
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 applications and using the Pepper APIs. 292 applications and using the Pepper APIs.
291 * See the :doc:`Building </devguide/devcycle/building>`, :doc:`Running 293 * See the :doc:`Building </devguide/devcycle/building>`, :doc:`Running
292 </devguide/devcycle/running>`, and :doc:`Debugging pages 294 </devguide/devcycle/running>`, and :doc:`Debugging pages
293 </devguide/devcycle/debugging>` for information about how to build, run, and 295 </devguide/devcycle/debugging>` for information about how to build, run, and
294 debug Native Client applications. 296 debug Native Client applications.
295 * Check the `webports <https://chromium.googlesource.com/webports>`_ project to 297 * Check the `webports <https://chromium.googlesource.com/webports>`_ project to
296 see what libraries have been ported for use with Native Client. If you port an 298 see what libraries have been ported for use with Native Client. If you port an
297 open-source library for your own use, we recommend adding it to webports 299 open-source library for your own use, we recommend adding it to webports
298 (see `How to check code into webports 300 (see `How to check code into webports
299 <https://chromium.googlesource.com/webports/+/master/CONTRIBUTING.md>`_). 301 <https://chromium.googlesource.com/webports/+/master/CONTRIBUTING.md>`_).
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/devguide/tutorial/index.rst ('k') | native_client_sdk/src/doc/devguide/tutorial/tutorial-part2.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698