From 95eb8dc5e493cb73b062c9543deb85e32799adc8 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 29 May 2018 03:20:04 -0400 Subject: Add more features --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ccdfaeac..8a5d03dfc 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,20 @@ A JavaScript runtime using V8 6.8 and Go. libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f104f1a6000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f104eddc000) /lib64/ld-linux-x86-64.so.2 (0x00007f104fc64000) - > ``` -No docs yet. For the public API see +* Always dies on on uncaught errors. + +* Supports top-level await. + +* Aims to be browser compatible. + + +## Status + +Segfaulty. + +No docs yet. For some of the public API see https://github.com/ry/deno/blob/master/deno.d.ts And examples are around here: -- cgit v1.2.3