Skip to content

shangsony/weex_js_engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

weex_js_engine

Weex JavaScript Runtime based on google v8 JavaScript engine and apple javascriptCore!

How to build

Download NDK and Set Environment PATH

  1. Download NDK(version at least 'r11e')
    NDK download address
  2. Add NDK folder to PATH
    add this line to your profile script:export PATH=[Your NDK Folder]/:"$PATH"

Compile V8

Excute cd [Your Source Folder]/weex_v8core/ && run ndk-build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.0%
  • JavaScript 14.1%
  • Python 5.2%
  • C 0.6%
  • Shell 0.1%
  • HTML 0.0%