GoogleChromeLabs / jsvu

JavaScript (engine) Version Updater

Home Page:https://mths.be/jsvu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support QuickJS?

mathiasbynens opened this issue · comments

https://bellard.org/quickjs/

I've emailed Fabrice asking to see if he'd be willing to provide precompiled binaries.

Fabrice says:

Precompiled binaries of QuickJS for Linux x86_64 are now available at:

https://bellard.org/quickjs/binary_releases/

qjs (and qjsbn for bignum support) are used to execute files and for the
REPL

run-test262 (and run-test262-bn for bignum support) are used to run the
test262 tests.

And there is now a LATEST.json file as well!

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!