Why is the running environment of Wechat Mini Game
JavaScriptCore
on iOS
and V8
on Android
? Why use two JS engines
?
anyway, Wechat Mini Game
running environment requires the ability to interpret JS code
, while JavaScriptCore
or V8
have implemented most of the ECMAScript
standards, is it necessary to use two engines
at this time? what is the reason for Tencent
to do this?