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

Side by Side Diff: native_client_sdk/doc_generated/cds2014/cpp.html

Issue 2875303003: Add migration to WebAssembly information to PNaCl / NaCl docs. (Closed)
Patch Set: Created 3 years, 7 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 {{+bindTo:partials.standard_nacl_article}} 1 {{+bindTo:partials.standard_nacl_article}}
2 2
3 <section id="a-saga-of-fire-and-water-codelab"> 3 <b><font color="#cc0000">
4 <span id="cds2014-cpp"></span><h1 id="a-saga-of-fire-and-water-codelab"><span id ="cds2014-cpp"></span>A Saga of Fire and Water - Codelab</h1> 4 NOTE:
5 Deprecation of the technologies described here has been announced
6 for platforms other than ChromeOS.<br/>
7 Please visit our
8 <a href="/native-client/migration">migration guide</a>
9 for details.
10 </font></b>
11 <hr/><section id="a-saga-of-fire-and-water-codelab">
12 <h1 id="a-saga-of-fire-and-water-codelab">A Saga of Fire and Water - Codelab</h1 >
5 <h2 id="introduction">Introduction</h2> 13 <h2 id="introduction">Introduction</h2>
6 <p>Learn the basics of using PPAPI to do 2D graphics from 14 <p>Learn the basics of using PPAPI to do 2D graphics from
7 a C++ program running in Native Client. 15 a C++ program running in Native Client.
8 Modify our sample to turn fire into water. 16 Modify our sample to turn fire into water.
9 Develop inside Google Chrome, using our NaCl Development Environment 17 Develop inside Google Chrome, using our NaCl Development Environment
10 Chrome App. 18 Chrome App.
11 While this codelab currently targets conventional Native Client using our 19 While this codelab currently targets conventional Native Client using our
12 GCC + GlibC based toolchain, the techniques involved are generally 20 GCC + GlibC based toolchain, the techniques involved are generally
13 applicable.</p> 21 applicable.</p>
14 <dl class="docutils"> 22 <dl class="docutils">
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 and bring an awesome C/C++ application to NaCl or PNaCl today!</p> 269 and bring an awesome C/C++ application to NaCl or PNaCl today!</p>
262 <h2 id="cleanup">Cleanup</h2> 270 <h2 id="cleanup">Cleanup</h2>
263 <p>The Chrome Dev Environment App installs &gt;800MB into 271 <p>The Chrome Dev Environment App installs &gt;800MB into
264 HTML5 Filesystem storage on your device. 272 HTML5 Filesystem storage on your device.
265 To recover this storage, uninstall the app from the 273 To recover this storage, uninstall the app from the
266 <a href="https://chrome.google.com/webstore" 274 <a href="https://chrome.google.com/webstore"
267 target="_blank">Chrome Web Store</a>.</p> 275 target="_blank">Chrome Web Store</a>.</p>
268 </section> 276 </section>
269 277
270 {{/partials.standard_nacl_article}} 278 {{/partials.standard_nacl_article}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698