efl/src/bin/efl_js
Felipe Magno de Almeida a3db1dddd3 efl-js: JavaScript Eolian binding
To configure efl sources with bindings to use in nodejs add ––with-js=nodejs in configure flags to generate node files

$ configure --with-js=nodejs

and compile normally with:

$ make
$ make install

To use, you have to require efl:

efl = require('efl')

The bindings is divided in two parts: generated and manually
written. The generation uses the Eolian library for parsing Eo files
and generate C++ code that is compiled against V8 interpreter library
to create a efl.node file that can be required in a node.js instance.

@feature
2015-12-23 23:59:40 -02:00
..
efljslaunch efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
efljslaunch.desktop efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
efljslaunch.xml efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
efljspack efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00
launcher_main.cc efl-js: JavaScript Eolian binding 2015-12-23 23:59:40 -02:00