Hi, guys.
README sais:
About this repository
This is NOT the official SpiderMonkey standalone project. Official repo is here
Only contains the SpiderMonkey source code and needed files to compile it
Contains a few patches to make it compile on iOS (device and simulator)
Contains build scripts for iOS, Android, Win32 and OS X
Does it mean that I can use an official SpiderMonkey if I don’t need iOS support?
The problem we have is that script that works with an official js shell tool doesn’t work with one from ricardoquesada repo(they are built with the same flags), so we are trying to understand if it can be because of changes in non-official repo.
Thanks.