OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="sandbox-internals"> | 3 <section id="sandbox-internals"> |
4 <span id="sandbox-internals-index"></span><h1 id="sandbox-internals"><span id="s
andbox-internals-index"></span>Sandbox Internals</h1> | 4 <span id="sandbox-internals-index"></span><h1 id="sandbox-internals"><span id="s
andbox-internals-index"></span>Sandbox Internals</h1> |
5 <p>The sandbox internals documentation describes implementation details for | 5 <p>The sandbox internals documentation describes implementation details for |
6 Native Client sandboxing, which is also used by Portable Native | 6 Native Client sandboxing, which is also used by Portable Native |
7 Client. These details can be useful to reimplement a sandbox, or to | 7 Client. These details can be useful to reimplement a sandbox, or to |
8 write assembly code that follows sandboxing rules for Native Client | 8 write assembly code that follows sandboxing rules for Native Client |
9 (Portable Native Client does not allow platform-specific assembly code).</p> | 9 (Portable Native Client does not allow platform-specific assembly code).</p> |
| 10 <p>Native Client has sandboxes for:</p> |
| 11 <ul class="small-gap"> |
| 12 <li><a class="reference internal" href="/native-client/reference/sandbox_interna
ls/arm-32-bit-sandbox.html#arm-32-bit-sandbox"><em>ARM 32-bit</em></a>.</li> |
| 13 <li>x86-32</li> |
| 14 <li>x86-64</li> |
| 15 <li>MIPS32</li> |
| 16 </ul> |
10 </section> | 17 </section> |
11 | 18 |
12 {{/partials.standard_nacl_article}} | 19 {{/partials.standard_nacl_article}} |
OLD | NEW |