summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAlexander Ivanov <alehander42@gmail.com>2017-12-19 01:34:55 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-12-19 00:34:54 +0100
commita9ba02e8c90942ac3bc38c4fbab152968a8147dc (patch)
tree9ce420f1daec5efaf971e2547363d13969704abd /doc
parenta879973081e2c29d64e9fb9d8e539aa980533b10 (diff)
downloadNim-a9ba02e8c90942ac3bc38c4fbab152968a8147dc.tar.gz
added asyncjs standard library module (#6841)
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.rst2
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
 ------------------