-
Notifications
You must be signed in to change notification settings - Fork 1
JerryScript quick tips
WANJO CHAN edited this page Nov 29, 2018
·
3 revisions
with bytecode snapshot support...
python build.py --snapshot-exec=ON --snapshot-save=ON --jerry-cmdline-snapshot=ON --clean
ls -al ../build/bin/
../build/bin/jerry-snapshot generate ../tests/hello.js -o hello.bc
../build/bin/jerry --exec-snapshot hello.bc
- build jerry-silent
- build jerry-vm as size-shrinked down
- build jerry-bin busybox-like
- add jerry-plus syntax of SAO/JIT/c/etc.
- support arch.bin output... with .bc
- test with binary/bc modules
- test import/export