-
awtk与jerryscript的javascript绑定
资源介绍
awtk-jerryscript
ZLG 开源 GUI 引擎 针对三星开源 JS 引擎 的绑定。
准备
获取 awtk 并编译
git clone https://github.com/zlgopen/awtk.git
cd awtk; scons; cd -
AWTK 的编译环境请参考 AWTK 的文档。
获取 awtk-jerryscript 并编译
git clone https://github.com/zlgopen/awtk-jerryscript.git
cd awtk-jerryscript
git clone https://github.com/jerryscript-project/jerryscript.git 3rd/jerryscript/jerryscript
生成资源
python ./scripts/update_res.py all
或者通过 des