Tencent / puerts

PUER(普洱) Typescript. Let's write your game in UE or Unity with TypeScript.
Other
5.05k stars 704 forks source link

[Unity-v2]quickjs版本 #1094

Open chexiongsheng opened 1 year ago

chexiongsheng commented 1 year ago

detail | 详细描述

目前的数据结构依赖了v8的数据结构,现有的quickjs backend不一定能work。

其次,出于性能的考虑,wrapper应改为直接调用quickjs的api,而不是封装成v8的api。

这需求没时间可以放后一点,毕竟外部用户用quickjs的不多。

zombieyang commented 1 year ago

TODO: 模块的相关调用,在原版里是直调,2.0或后续可考虑调v8封装层