Download List

Project Description

jsapigen generates glue code for embedding Mozilla's JavaScript engine (SpiderMonkey) into C applications. It uses a simple interface definition language to describe the connection between native C code and the JavaScript engine. This description is converted into C code, which can be compiled into an application.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-03-27 07:34
0.5.1

This release fixes a bug where a function's return value was checked incorrectly and could lead to an abort.
Tags: Minor, Bugfixes

2010-01-05 03:46
0.5

Highlights of this release include support for calls from C to JavaScript, stack-based memory allocation for less overhead, and an improved manual.
Tags: Major feature enhancements

2009-04-19 06:20
0.4

New features include support for call and equality operations, floating-point numbers as default values, the ability to use the C data types short and float in declarations, and an improved and extended manual. This release also fixes problems with garbage collection.
Tags: Stable

2009-02-28 09:04
0.3

New features include arrays as types, completely rewritten internals to allow for future improvements, two new platforms (Cygwin and Haiku), and an improved and extended manual. Bugfixes include better error checking and code cleanups.
Tags: Major feature enhancements

2008-10-19 02:18
0.2.1

Empty IDL files are supported. Braces in comments
are supported. Error checking was improved.
Cleanup is done at exit. Code cleanups were made.
Tags: Major bugfixes

Project Resources