diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-06-17 00:11:28 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-16 17:43:46 +0200 |
commit | a77af25480ddab3c0c058c33c417d7b7791dcf74 (patch) | |
tree | ddae88b038a12b56499ecb51fb1d58d81bd572a2 /deno2 | |
parent | 004e0426f7e86047de73ee5f3353a14470d05a3f (diff) |
docs: update deno2 README
Diffstat (limited to 'deno2')
-rw-r--r-- | deno2/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deno2/README.md b/deno2/README.md index 77d5d0b59..2b05da52f 100644 --- a/deno2/README.md +++ b/deno2/README.md @@ -2,7 +2,7 @@ ## Status -This code is a rewrite of the unprivileged parts of Deno. It will soon become +This code is a rewrite of the privileged parts of Deno. It will soon become the root of the project. There are several goals: @@ -21,7 +21,7 @@ There are several goals: * Test the message passing and other functionality at that layer before involving higher level languages. -The contenders for building the unprivileged part of Deno are Rust and C++. +The contenders for building the privileged part of Deno are Rust and C++. Thanks to Chrome and gn, using C++ to link into high level libraries is not untenable. However, there's a lot of interest in Rust in the JS community and it seems like a reasonable choice. TBD. |