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

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

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 {{+bindTo:partials.standard_nacl_article}} 1 {{+bindTo:partials.standard_nacl_article}}
2 2
3 <section id="what-a-difference-python-makes-codelab"> 3 <b><font color="#cc0000">
4 <span id="cds2014-python"></span><h1 id="what-a-difference-python-makes-codelab" ><span id="cds2014-python"></span>What a Difference Python Makes - 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="what-a-difference-python-makes-codelab">
12 <h1 id="what-a-difference-python-makes-codelab">What a Difference Python Makes - Codelab</h1>
5 <h2 id="introduction">Introduction</h2> 13 <h2 id="introduction">Introduction</h2>
6 <p>Learn how you can use client-side Python on your webpage. 14 <p>Learn how you can use client-side Python on your webpage.
7 Use the python <a href="https://docs.python.org/2/library/difflib.html" 15 Use the python <a href="https://docs.python.org/2/library/difflib.html"
8 target="_blank">difflib</a> module to generate attractive online 16 target="_blank">difflib</a> module to generate attractive online
9 textual diffs. 17 textual diffs.
10 Develop inside Google Chrome, using a hot off the presses version 18 Develop inside Google Chrome, using a hot off the presses version
11 of our NaCl Dev Environment, running on a webpage, 19 of our NaCl Dev Environment, running on a webpage,
12 powered by Portable Native Client. 20 powered by Portable Native Client.
13 The techniques in this codelab also apply to other interpreted languages 21 The techniques in this codelab also apply to other interpreted languages
14 we&#8217;ve ported to PNaCl, including: Python, Lua, Ruby, Tcl, Bash, and Forth. </p> 22 we&#8217;ve ported to PNaCl, including: Python, Lua, Ruby, Tcl, Bash, and Forth. </p>
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 <p>The Web-based version of the Chrome Dev Environment installs 241 <p>The Web-based version of the Chrome Dev Environment installs
234 package data (&gt;800MB) into the HTML5 Filesystem storage associated 242 package data (&gt;800MB) into the HTML5 Filesystem storage associated
235 with naclports.storage.googleapis.com . 243 with naclports.storage.googleapis.com .
236 To recover this storage (i.e. uninstall), 244 To recover this storage (i.e. uninstall),
237 enter <strong>chrome://settings/cookies</strong> in the Chrome URL bar. 245 enter <strong>chrome://settings/cookies</strong> in the Chrome URL bar.
238 In the cookies UI, search for &#8220;naclports&#8221;. 246 In the cookies UI, search for &#8220;naclports&#8221;.
239 Then click the &#8220;x&#8221; next to the naclports entry.</p> 247 Then click the &#8220;x&#8221; next to the naclports entry.</p>
240 </section> 248 </section>
241 249
242 {{/partials.standard_nacl_article}} 250 {{/partials.standard_nacl_article}}
OLDNEW
« no previous file with comments | « native_client_sdk/doc_generated/cds2014/index.html ('k') | native_client_sdk/doc_generated/community/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698