mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16:11 -05:00
docs: update deno2 README
This commit is contained in:
parent
004e0426f7
commit
a77af25480
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Status
|
## 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.
|
the root of the project.
|
||||||
|
|
||||||
There are several goals:
|
There are several goals:
|
||||||
|
@ -21,7 +21,7 @@ There are several goals:
|
||||||
* Test the message passing and other functionality at that layer before
|
* Test the message passing and other functionality at that layer before
|
||||||
involving higher level languages.
|
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
|
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
|
untenable. However, there's a lot of interest in Rust in the JS community and
|
||||||
it seems like a reasonable choice. TBD.
|
it seems like a reasonable choice. TBD.
|
||||||
|
|
Loading…
Add table
Reference in a new issue