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

Side by Side Diff: native_client_sdk/src/doc/devguide/tutorial/tutorial-part2.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 .. _tutorial2: 1 .. _tutorial2:
2 2
3 .. include:: /migration/deprecation.inc
4
3 ###################################### 5 ######################################
4 C++ Tutorial: Getting Started (Part 2) 6 C++ Tutorial: Getting Started (Part 2)
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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 Compile the Native Client module and run the application again 503 Compile the Native Client module and run the application again
502 ============================================================== 504 ==============================================================
503 505
504 #. Compile the Native Client module by running the ``make`` command again. 506 #. Compile the Native Client module by running the ``make`` command again.
505 #. Start the SDK web server by running ``make server``. 507 #. Start the SDK web server by running ``make server``.
506 #. Re-run the application by reloading ``http://localhost:5103/part2`` in 508 #. Re-run the application by reloading ``http://localhost:5103/part2`` in
507 Chrome. 509 Chrome.
508 510
509 After Chrome loads the Native Client module, you should see the message sent 511 After Chrome loads the Native Client module, you should see the message sent
510 from the module. 512 from the module.
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/devguide/tutorial/tutorial-part1.rst ('k') | native_client_sdk/src/doc/doxygen/rst_index.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698