项目作者: unikraft

项目描述 :
Unikraft port of duktape/JavaScript
高级语言: C
项目地址: git://github.com/unikraft/lib-duktape.git
创建时间: 2020-01-09T08:35:17Z
项目社区:https://github.com/unikraft/lib-duktape

开源协议:Other

下载


duktape for Unikraft

This is a port of duktape to Unikraft. You will need newlib
for it to work, so please ensure you add the following line to the
LIBS variable in the Makefile:

…$(UK_LIBS)/newlib:$(UK_LIBS)/duktape…

For now we only support interactive mode. To use it, please make sure
to call duktape_main from your application. Also, please make sure to
allocate enough memory (e.g., 8-16 MBs) for duktpace to run).

Please refer to the README.md as well as the documentation in the doc/
subdirectory of the main unikraft repository for further information.