mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Add more features
This commit is contained in:
parent
37679aaa1a
commit
95eb8dc5e4
1 changed files with 12 additions and 2 deletions
14
README.md
14
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:
|
||||
|
|
Loading…
Reference in a new issue