OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="building-a-nacl-app"> | 3 <section id="building-a-nacl-app"> |
4 <span id="io2014"></span><h1 id="building-a-nacl-app"><span id="io2014"></span>B
uilding a NaCl App</h1> | 4 <span id="io2014"></span><h1 id="building-a-nacl-app"><span id="io2014"></span>B
uilding a NaCl App</h1> |
5 <h2 id="in-the-browser">In the browser!</h2> | 5 <h2 id="in-the-browser">In the browser!</h2> |
6 <p>Follow along with Brad Nelson’s Google I/O 2014 talk. | 6 <p>Follow along with Brad Nelson’s Google I/O 2014 talk. |
7 Explore our new in-browser development environment and debugger.</p> | 7 Explore our new in-browser development environment and debugger.</p> |
8 <p>Learn how easy it is to edit, build, and debug NaCl application | 8 <p>Learn how easy it is to edit, build, and debug NaCl application |
9 all in your desktop web browser or on a Chromebook. | 9 all in your desktop web browser or on a Chromebook. |
10 Work either on-line or off-line!</p> | 10 Work either on-line or off-line!</p> |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 $ git log | 204 $ git log |
205 </pre> | 205 </pre> |
206 <p>Run the demo again. And everything now works:</p> | 206 <p>Run the demo again. And everything now works:</p> |
207 <pre class="prettyprint"> | 207 <pre class="prettyprint"> |
208 $ make serve | 208 $ make serve |
209 </pre> | 209 </pre> |
210 <h3 id="thanks">Thanks</h3> | 210 <h3 id="thanks">Thanks</h3> |
211 <p>Thanks for checking out our environment. | 211 <p>Thanks for checking out our environment. |
212 Things are rapidly changing and in the coming months you can expect to see | 212 Things are rapidly changing and in the coming months you can expect to see |
213 further improvements and filling out of our platform and library support.</p> | 213 further improvements and filling out of our platform and library support.</p> |
214 <p>Follow the status of the NaCl Dev Environment at <a class="reference external
" href="naclenv">this page</a>.</p> | 214 <p>Follow the status of the NaCl Dev Environment at <a class="reference internal
" href="/native-client/nacldev.html"><em>this page</em></a>.</p> |
215 </section> | 215 </section> |
216 | 216 |
217 {{/partials.standard_nacl_article}} | 217 {{/partials.standard_nacl_article}} |
OLD | NEW |