devsnek / esvu

esvu is your one-stop shop for all implementations of ECMAScript.
MIT License
179 stars 23 forks source link

feat: add darwin quickjs support #19

Closed gengjiawen closed 3 years ago

gengjiawen commented 3 years ago

Fix https://github.com/devsnek/esvu/issues/18

devsnek commented 3 years ago

Do your builds not include run-test262? Without that binary this is kind of useless, since eshost needs it.

gengjiawen commented 3 years ago

Do your builds not include run-test262? Without that binary this is kind of useless, since eshost needs it.

Let's wait https://github.com/napi-bindings/quickjs-build/pull/8 then. cc @NickNaso

gengjiawen commented 3 years ago

@devsnek PTAL.