WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=efef07bf534a7defb5752690410f9f092376eff8

commit efef07bf534a7defb5752690410f9f092376eff8
Author: Lauro Moura <lauromo...@expertisesolutions.com.br>
Date:   Thu Nov 26 09:48:08 2015 -0800

    Wiki page javascript changed with summary [Adding details on the JS binding 
internals.] by Lauro Moura
---
 pages/api/javascript.txt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pages/api/javascript.txt b/pages/api/javascript.txt
index 00804dc..d9612b9 100644
--- a/pages/api/javascript.txt
+++ b/pages/api/javascript.txt
@@ -15,4 +15,10 @@ var efl = require('efl');
    * [[api/javascript/eina|Eina]] - Data types and basic abstractions.
    * [[api/javascript/eldbus|Eldbus]] - Dbus-integration.
    * [[api/javascript/eo|Eo]] - Generic object system.
-   * [[api/javascript/ethumb|Ethumb]] - Generate thumbnail images of files.
\ No newline at end of file
+   * [[api/javascript/ethumb|Ethumb]] - Generate thumbnail images of files.
+
+===== Under the hood =====
+
+The Javascript binding is split into two big parts. The first is a //manual// 
binding, wich is described in this documentation. The //automatic// binding 
covers the Eo-based classes, built with automatically-generated code and will 
be covered later.
+
+Due to the C++ being the native language of the libv8, it's was also used to 
write the bindings, with the help of the C++ bindings for EFL.
\ No newline at end of file

-- 


Reply via email to