在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:phoboslab/JavaScriptCore-iOS开源软件地址:https://github.com/phoboslab/JavaScriptCore-iOS开源编程语言:C++ 58.1%开源软件介绍:This Project has been discontinued – Mar. 2016JSC is now a public library on iOS and tvOS. Ejecta has switched to the JSC library provided by the System. It still has some limitations (no native Typed Array API) as of 2016.03.30, but they are mostly workaroundable. Also, compiling it for tvOS requires bitcode compilation now, which this fork of JSC does not support. You can read up on the fascinating details in my blog. JavaScriptCore iOSThe JavaScriptCore library is part of the WebKit project and thus Open Source. However, in the sources you get from the WebKit SVN, the XCode project files are curiously missing an iOS compile target. The sources you get from opensource.apple.com are missing the project files altogether. You can't compile it at all. That's quite the Open Source spirit, Apple! This repo aims to re-produce the missing iOS targets while staying on a somewhat up-to-date version. Currently, the Safari-538.11.1 tag is used as the basis. With the current settings, the WTF and JavaScriptCore libraries can be compiled for armv7, armv7s, arm64 and x86 (for the iOS simulator). It will be compiled without Unicode collation support, because Apple claims ICU is a private framework on iOS. It should be AppStore compatible this way. This version of JSC deprecates the Note however, that the source code of JSC was still modified:
BinariesA compiled version of the How to Compile
You can do |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论