diff options
author | Alexander Ivanov <alehander42@gmail.com> | 2017-12-19 01:34:55 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-12-19 00:34:54 +0100 |
commit | a9ba02e8c90942ac3bc38c4fbab152968a8147dc (patch) | |
tree | 9ce420f1daec5efaf971e2547363d13969704abd /doc | |
parent | a879973081e2c29d64e9fb9d8e539aa980533b10 (diff) | |
download | Nim-a9ba02e8c90942ac3bc38c4fbab152968a8147dc.tar.gz |
added asyncjs standard library module (#6841)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 6eaf6c788..2719472fe 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -433,6 +433,8 @@ Modules for JS backend * `jsffi <jsffi.html>`_ Types and macros for easier interaction with JavaScript. +* `asyncjs <asyncjs.html>`_ + Types and macros for writing asynchronous procedures in JavaScript. Deprecated modules ------------------ |