HarlonWang / quickjs-wrapper

QuickJS wrapper for Android/JVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quickjs优化版

FoxNick opened this issue · comments

https://github.com/openwebf/quickjs 性能优化提升40+ 如果可以建议更换这个

感谢告知,目前暂无更换计划 :)

有qq啥的联系方式吗

export function __jsEvalReturn() {
return {
init: init,
home: home,
homeVod: homeVod,
category: category,
detail: detail,
play: play,
search: search
}
}
这种导出的c代码该怎样处理