JSctypes: Difference between revisions

Jump to navigation Jump to search
173 bytes added ,  14 April 2008
→‎Example Usage: added a "contributions" section w/ info on how to check out the project using SVN.
(update page to actual js-ctype content)
(→‎Example Usage: added a "contributions" section w/ info on how to check out the project using SVN.)
Line 46: Line 46:
The js-ctypes code uses the same [http://sourceware.org/libffi/ libffi] library as the Python ctypes module. It is currently known to work on Windows and Linux. We need to start the Mac implementation. We also need to add support for struct and more primitive types.
The js-ctypes code uses the same [http://sourceware.org/libffi/ libffi] library as the Python ctypes module. It is currently known to work on Windows and Linux. We need to start the Mac implementation. We also need to add support for struct and more primitive types.


The code is in SVN [http://viewvc.svn.mozilla.org/vc/projects/js-ctypes/ here] and we have a Bugzilla component too ([https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&product=Other+Applications&component=js-ctypes&resolution=---&chfieldto=Now see bugs], [https://bugzilla.mozilla.org/enter_bug.cgi?product=Other%20Applications&component=js-ctypes file bug]).
{{Note|This functionality cannot be accessed from JavaScript used in web content. Only JavaScript that runs with chrome privileges (extensions and Firefox UI for example) can use js-ctypes.}}
 
== Contributing ==
 
Contributions are welcome!  The code can be checked out using Subversion:
 
<pre>
svn co http://svn.mozilla.org/projects/js-ctypes/trunk/
</pre>


{{Note|This functionality cannot be accessed from JavaScript used in web content. Only JavaScript that runs with chrome privileges (extensions and Firefox UI for example) can use js-ctypes.}}
It can also be viewed online [http://viewvc.svn.mozilla.org/vc/projects/js-ctypes/ here].
 
We have a Bugzilla component too ([https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&product=Other+Applications&component=js-ctypes&resolution=---&chfieldto=Now see bugs], [https://bugzilla.mozilla.org/enter_bug.cgi?product=Other%20Applications&component=js-ctypes file bug]).
874

edits

Navigation menu