Index: native_client_sdk/src/doc/reference/sandbox_internals/index.rst |
diff --git a/native_client_sdk/src/doc/reference/sandbox_internals/index.rst b/native_client_sdk/src/doc/reference/sandbox_internals/index.rst |
new file mode 100644 |
index 0000000000000000000000000000000000000000..225c4e77a526c62756f9e066a249eea6cbe20561 |
--- /dev/null |
+++ b/native_client_sdk/src/doc/reference/sandbox_internals/index.rst |
@@ -0,0 +1,11 @@ |
+.. _sandbox-internals-index: |
+ |
+################# |
+Sandbox Internals |
+################# |
+ |
+The sandbox internals explains implementation details about Native |
Andy
2014/02/07 19:41:13
Suggest beginning with:
"""
The sandbox internals
JF
2014/02/07 21:15:14
Done.
|
+Client sandboxing, which is also used by Portable Native Client. These |
+details can be useful to reimplement a sandbox, or to write assembly |
+code that follows sandboxing rules for Native Client (Portable Native |
+Client doesn't allow developers to write platform-specific assembly). |
Andy
2014/02/07 19:41:13
"doesn't allow developers to write platform-specif
JF
2014/02/07 21:15:14
Done.
|