Skip to content
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

Open
ethindp opened this issue Aug 16, 2024 · 4 comments
Open

Add v8 wrap? #1613

ethindp opened this issue Aug 16, 2024 · 4 comments

Comments

@ethindp
Copy link

ethindp commented Aug 16, 2024

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.)

@UnixY2K
Copy link
Contributor

UnixY2K commented Aug 22, 2024

there is a makefile for QuickJS, it can be used to make a meson build file by using it.
Quick JS makefile

@ethindp
Copy link
Author

ethindp commented Aug 22, 2024

Quickjs appears to only build for Linux/Unix systems though, sadly. At least, that's the impression I get from the Makefile.

@UnixY2K
Copy link
Contributor

UnixY2K commented Aug 22, 2024

I think linux_only or build_on can be defined in ci_config,json to specify that, I think there is binary builds for the project in windows so it can be configured to compiled on windows

@ethindp
Copy link
Author

ethindp commented Aug 22, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants