Skip to content

siuying/QuickJS-iOS

Repository files navigation

QuickJS iOS

QuickJS Javascript Engine static libraries compiled for use in iOS development.

Why?

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.

Usage

To use the library with cocoapods:

pod "QuickJS", :podspec => 'https://raw.githubusercontent.com/siuying/QuickJS-iOS/0.0.2020-04-12/QuickJS.podspec'

Compilation

Run build.sh to fetch and build the library/xcframework.

Licensing

QuickJS is released under the MIT license.

The license for this repository is also released under the MIT license.