Difference between revisions of "JS-ctypes"

Jump to navigation Jump to search
Line 4: Line 4:


== JS-ctypes ==
== JS-ctypes ==
ctypes is a [http://en.wikipedia.org/wiki/Foreign_function_interface Foreign Function Interface] which is available in several languages. It allows one to call C functions (of a library) from Javascript or Python or other language supporting it.
ctypes is a [http://en.wikipedia.org/wiki/Foreign_function_interface Foreign Function Interface] which is available in [http://sourceware.org/libffi/ several languages]. It allows one to call C functions (of a library) from Javascript or Python or other language supporting it.
It doesn't require specific C code. It just calls arbitrary functions.
It doesn't require specific C code. It just calls arbitrary functions.


7,801

edits

Navigation menu