Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jsish-win32-1.0.1.zip | 2014-05-20 | 884.0 kB | |
jsish-linux32-1.0.1.zip | 2014-05-20 | 835.7 kB | |
jsish-src-1.0.1.zip | 2014-05-20 | 4.7 MB | |
Totals: 3 Items | 6.4 MB | 0 |
Jsi is a small yet powerful javascript interpreter, written entirely in C.
Features
- Compatible with EcmaScript-262.
- Provides extensions for Sqlite, MySql, Websockets, etc.
- Simple application integration (amalgamated source).
- Extensive C-API for writing user extensions.
- Multiple build targets: standalone (using libmusl) and Windows (using mingw).
- Integrate scripts just by zipping them to the end of the binary (self-hosting file-system).
- Supports introspection and self-generating documentation.
- Includes a test suite, with memory debug support.
- Many other enhancements: Type-checking, C-API, Stubs, etc.