mesonbuild / wrapdb

New wrap requests
https://mesonbuild.com/Adding-new-projects-to-wrapdb.html
MIT License
74 stars 192 forks source link

Add v8 wrap? #1613

Open ethindp opened 1 month ago

ethindp commented 1 month ago

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 commented 4 weeks ago

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

ethindp commented 4 weeks ago

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

UnixY2K commented 4 weeks ago

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 commented 4 weeks ago

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.