User:ZbynekWinkler: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
* [[JSctypes]] | * [[JSctypes]] | ||
* http://developer.mozilla.org/en/docs/Creating_XPCOM_Components:Component_Internals | * http://developer.mozilla.org/en/docs/Creating_XPCOM_Components:Component_Internals | ||
* [https://mail.mozilla.org/pipermail/tamarin-devel/2007-September/000077.html Native Functions and FFI in Tamarin] | |||
== Development info == | == Development info == | ||
* http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree | * http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree | ||
Revision as of 13:05, 5 January 2008
Javascript engine
- http://www.ecmascript.org/
- http://developer.mozilla.org/en/docs/JavaScript
- http://www.mozilla.org/projects/tamarin/ or Tamarin
- JavaScript:ActionMonkey -- integrate Tamarin and SpiderMonkey as part of Mozilla 2
- MMgc
Mercurial repositories
Build documentation
js-ctypes
- Hello JS-CTYPES, Goodbye Binary Components
- http://svn.mozilla.org/projects/js-ctypes/trunk/js-ctypes/
- JSctypes
- http://developer.mozilla.org/en/docs/Creating_XPCOM_Components:Component_Internals
- Native Functions and FFI in Tamarin