https://github.com/unikraft/lib-duktape
Unikraft port of duktape/JavaScript
https://github.com/unikraft/lib-duktape
duktape library unikraft
Last synced: about 1 year ago
JSON representation
Unikraft port of duktape/JavaScript
- Host: GitHub
- URL: https://github.com/unikraft/lib-duktape
- Owner: unikraft
- License: other
- Created: 2020-01-09T08:35:17.000Z (over 6 years ago)
- Default Branch: staging
- Last Pushed: 2024-01-02T20:54:43.000Z (over 2 years ago)
- Last Synced: 2025-03-24T15:11:20.170Z (over 1 year ago)
- Topics: duktape, library, unikraft
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 11
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
Awesome Lists containing this project
README
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.