-
Notifications
You must be signed in to change notification settings - Fork 203
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 v8 wrap? #1613
Comments
there is a makefile for QuickJS, it can be used to make a meson build file by using it. |
Quickjs appears to only build for Linux/Unix systems though, sadly. At least, that's the impression I get from the Makefile. |
I think |
It works in MinGW but not outside of that environment. Which is a big problem because I'd like to see if I can get it to build natively. |
I know that v8 is rather complex but would it be possible to add it? Or quickjs? (Quickjs might be a lot simpler than v8.)
The text was updated successfully, but these errors were encountered: