Skip to content

JerryScript quick tips

WANJO CHAN edited this page Nov 29, 2018 · 3 revisions

build

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

TODO (me)

  • 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
Clone this wiki locally