OLD | NEW |
1 .. _sandbox-internals-index: | 1 .. _sandbox-internals-index: |
2 | 2 |
3 ################# | 3 ################# |
4 Sandbox Internals | 4 Sandbox Internals |
5 ################# | 5 ################# |
6 | 6 |
7 The sandbox internals explains implementation details about Native | 7 The sandbox internals documentation describes implementation details for |
8 Client sandboxing, which is also used by Portable Native Client. These | 8 Native Client sandboxing, which is also used by Portable Native |
9 details can be useful to reimplement a sandbox, or to write assembly | 9 Client. These details can be useful to reimplement a sandbox, or to |
10 code that follows sandboxing rules for Native Client (Portable Native | 10 write assembly code that follows sandboxing rules for Native Client |
11 Client doesn't allow developers to write platform-specific assembly). | 11 (Portable Native Client does not allow platform-specific assembly code). |
OLD | NEW |