Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 548 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 548 Bytes

ReactNative/Weex Javascript Engine optimisations

This project uses Duktape embedded engine to reduce the size of Alibaba Weex significantly.

Original Reduced Reduction
armeabi/libweexv8.so 3,583,820 ~300k >=10x

To build,

$ cd weex/android/sdk
$ ./gradlew assembleDebug

Further works include:

  • experimenting with React Native and make a comparision.
  • sample project to use the aar