diff options
author | Mike Reinstein <reinstein.mike@gmail.com> | 2018-06-24 10:53:59 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-24 20:15:49 +0200 |
commit | 7bbf7943aec6f7560cddfe6f17b653fbd746ebca (patch) | |
tree | 64ea7d71e0436f01672f6d892093246a6dd3c643 | |
parent | a2064ca89c21500b4e0c9c5a42a862c58b7c813b (diff) |
reflect deno2 being merged into root already
-rw-r--r-- | Roadmap.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Roadmap.md b/Roadmap.md index 6480b36be..9bc62551a 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -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 |