Skip to content

alibaba/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