1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

docs: update deno2 README

This commit is contained in:
Yoshiya Hinosawa 2018-06-17 00:11:28 +09:00 committed by Ryan Dahl
parent 004e0426f7
commit a77af25480

View file

@ -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.