Skip to content

quickjs-zh/QuickJS-iOS

 
 

Repository files navigation

QuickJS iOS

QuickJS Javascript Engine static libraries compiled for armv64, arm64e and x86_64 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.2019-07-09/QuickJS.podspec'

Compilation

Run build.sh to fetch and build the library.

Licensing

QuickJS is released under the MIT license.

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

About

Build QuickJS Library for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 57.7%
  • Objective-C 22.6%
  • Shell 12.4%
  • Ruby 7.3%