Implement RFC #4873 improvements to JavaScript FFI (#5213)

This commit is contained in:
Michael Jendrusch
2017-01-26 00:07:30 +01:00
committed by Andreas Rumpf
parent 74ae66ddbc
commit 536015ee7b
4 changed files with 707 additions and 1 deletions

View File

@@ -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
------------------