diff options
author | Michael Jendrusch <Jendrusch@stud.uni-heidelberg.de> | 2017-01-26 00:07:30 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-01-26 00:07:30 +0100 |
commit | 536015ee7b2ad11df17c5eafa80ba0fce3c80bfd (patch) | |
tree | 759035228e89e43ae144c15aee4eb07cc5aa6fe4 /doc | |
parent | 74ae66ddbc0bbfcff00175f87044372d4bdae07c (diff) | |
download | Nim-536015ee7b2ad11df17c5eafa80ba0fce3c80bfd.tar.gz |
Implement RFC #4873 improvements to JavaScript FFI (#5213)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 8bb602b78..6b498e696 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -415,6 +415,9 @@ Modules for JS backend * `dom <dom.html>`_ Declaration of the Document Object Model for the JS backend. +* `jsffi <jsffi.html>`_ + Types and macros for easier interaction with JavaScript. + Deprecated modules ------------------ |