diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-29 03:20:04 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-29 03:22:05 -0400 |
commit | 95eb8dc5e493cb73b062c9543deb85e32799adc8 (patch) | |
tree | a067613732ee482d47f42bf9561aebe3f9c1a41a | |
parent | 37679aaa1a45a95288f2958cc52dd1d2ceb403ff (diff) |
Add more features
-rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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: |