Name | Modified | Size | Downloads / Week |
---|---|---|---|
jsish-2.0.0 | 2016-07-05 | ||
jsish-1.0.1 | 2014-05-20 | ||
jsish-1.0.0 | 2014-04-27 | ||
README.md | 2016-07-05 | 676 Bytes | |
Totals: 4 Items | 676 Bytes | 1 |
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.