-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
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
Add Escargot #147
Comments
Happy to review a patch :) |
Could you provide me with some references to begin with or follow to assist in adding our JavaScript engine for jsvu? |
Look at the |
@mathiasbynens |
Closed by #150. Thanks for the patch! |
This doesn’t work on macOS yet:
Here’s the output when trying to run the binary directly:
It looks like you’ll need to bundle the required jsvu/engines/v8-debug/extract.js Line 38 in 15ed030
Currently the generated download URL points to an executable file. I’d suggest to publish ZIP files for each release containing not only the binary but also its dependencies, matching what other engine providers do. |
Once all that is addressed, we’ll also need to update https://github.com/GoogleChromeLabs/jsvu#supported-engines-per-os to list Escargot. |
This reverts commit 241e6b4. Backing this out until the remaining TODOs in #147 (comment) have been addressed.
I’ve backed out the initial PR in beff883. Please address the TODOs in #147 (comment) and send a new patch. |
@mathiasbynens |
@mathiasbynens |
Hi all!
I would like to support our lightweight, cross-platform JavaScript engine Escargot for jsvu.
Currently, Escargot enables compatibility across multiple platforms - including Linux, macOS, and Windows - while maintaining full compliance with the most recent ECMAScript standard, specifically ECMAScript 2024.
Would it be possible for us to discuss further regarding this matter?
The text was updated successfully, but these errors were encountered: