QuickJS Javascript Engine static libraries compiled for use in iOS development.
This is just an experiment to build the library on iOS. Consider iOS has JavaScriptCore built in, there is not much reason to use this over JSC.
To use the library with cocoapods:
pod "QuickJS", :podspec => 'https://raw.githubusercontent.com/siuying/QuickJS-iOS/0.0.2020-04-12/QuickJS.podspec'
Run build.sh
to fetch and build the library/xcframework.
QuickJS is released under the MIT license.
The license for this repository is also released under the MIT license.