|
|
|
|
|
by riq_
4585 days ago
|
|
Shameless plug here:
In case you need to use JS on older iOS versions, I created JavaScript bridge for Objective-C (and C). It is a command line tool that parses Objective-C header files (using llvm) and generates the needed intermediate "bridge" files.
Internally it uses the SpiderMonkey VM (instead of JavaScript Core)
The source code and the documentation can be found here:
https://github.com/ricardoquesada/jsbindings |
|