We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
34a6a93
Linux-4.4.0-19041-Microsoft-x86_64-with-Ubuntu-20.04-focal
python tools/build.py --snapshot-exec=ON --snapshot-save=ON --jerry-cmdline-snapshot=ON
creating static snapshot for test.js
function a() { return 0x7FFFFFFF } function b() { return 0xFFFFFFFF } function c() { return 3.4028234663852886e+38 }
Test step:
export PATH=$PATH:$PWD/build/bin/ jerry-snapshot generate -o test.snapshot test.js jerry-snapshot litdump -o test.list test.snapshot jerry-snapshot generate -o test.final.snapshot --static --load-literals-list-format test.list test.js
lygstate@DESKTOP-94PU0GB:/mnt/c/work/study/languages/typescript/jerryscript$ jerry-snapshot generate -o test.final.snapshot --static --load-literals-list-format test.list test.js Input file 'test.js' (133 bytes) loaded. Input file 'test.list' (22 bytes) loaded. Error: Generating snapshot failed! Snapshot error: RangeError: Unsupported static snapshot literal: 2147483647
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JerryScript revision
34a6a93
Build platform
Linux-4.4.0-19041-Microsoft-x86_64-with-Ubuntu-20.04-focal
Build steps
Test case
creating static snapshot for test.js
Test step:
Output
The text was updated successfully, but these errors were encountered: