Re: Submit signed ICLA

2018-01-02 Thread wentao shi
hi all, Can someone please follow up? I want to join Apache Weex-incubating project as commiter, I have submited ICLA document long long ago, but don't receive any message about it. Thanks BRs 2017-11-17 11:24 GMT+08:00 wentao shi <tomcat...@gmail.com>: > hi all, >

Use multi context for Weex page

2017-11-29 Thread wentao shi
As we know, Weex is using custom js engine (JavascriptCore) on Android as same as IOS. When Weex startup will inject a long js script that we call it jsf to JSC. This action could generate many global object which share on diff page. if one page change that global object, will impact all page. For

Re: Use ES6 js framework on Android

2017-11-29 Thread wentao shi
cool, on this case, after we change to ES6 js framework, android Performance will be improved 2017-11-29 18:02 GMT+08:00 Hanks Zhang : > Weex is using custom js engine (JavascriptCore) on Android. Its version is > new and supports almost all ES6 features, except modules.

Re: Submit signed ICLA

2017-11-16 Thread wentao shi
ed message: > > > > From: wentao shi <tomcat...@gmail.com> > > Subject: Re: Submit signed ICLA > > Date: November 10, 2017 at 12:36:04 AM PST > > To: Craig Russell <apache@gmail.com> > > Cc: 以马内利 <279483...@qq.com>, Secretary <secret...@apache.or

Re: [HELP] Failed to upgrade SDK to 0.16.0

2017-10-26 Thread wentao shi
hi all in order to reduce package size, weex use armeabi to support armeabi-v7a, so when we config android project as: ndk{abiFilters "x86","armeabi"} notice: don't include abiFilters "armeabi-v7a" v7a cpu architecture so support had been planning, will release on future