Support QuickJS?
mathiasbynens opened this issue · 3 comments
mathiasbynens commented
I've emailed Fabrice asking to see if he'd be willing to provide precompiled binaries.
mathiasbynens commented
Fabrice says:
Precompiled binaries of QuickJS for Linux x86_64 are now available at:
https://bellard.org/quickjs/binary_releases/
qjs
(andqjsbn
for bignum support) are used to execute files and for the
REPL
run-test262
(andrun-test262-bn
for bignum support) are used to run the
test262 tests.
mathiasbynens commented
And there is now a LATEST.json
file as well!
mathiasbynens commented
For those following along, Fabrice and I are still discussing a few final changes to the tarball structure over email. I have a local patch that adds QuickJS support, but with just a few minor upstream changes the jsvu implementation could be simplified significantly. Stay tuned!