mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
reflect deno2 being merged into root already
This commit is contained in:
parent
a2064ca89c
commit
7bbf7943ae
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ API and Feature requests should be submitted as PRs to this document.
|
|||
ETA: July 2018.
|
||||
|
||||
Go is a garbage collected language and we are worried that combining it with
|
||||
V8's GC will lead to difficult contention problems down the road. This work
|
||||
is being done in the deno2 sub-directory.
|
||||
V8's GC will lead to difficult contention problems down the road.
|
||||
|
||||
The V8Worker2 binding/concept is being ported to a new C++ library called
|
||||
libdeno. libdeno will include the entire JS runtime as a V8 snapshot. It still
|
||||
|
|
Loading…
Reference in a new issue