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 bindings for aarch64-linux-android #291

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ahaoboy
Copy link

@ahaoboy ahaoboy commented Apr 18, 2024

Although you can use the bindgen feature #266 , bindgen_rs fails to compile in some scenarios, adding aarch64-linux-android will make compiling faster and easier.

@DelSkayn
Copy link
Owner

DelSkayn commented Apr 23, 2024

Sorry but I don't want to merge just bindings without CI support.

The existing supported bindings all have CI which will update and maintain the bindings as the target and quickjs changes. Bindings without CI will go out of date, requiring maintenance which I often can't and also don't want to do.

If you are willing to add CI integration to automatically update the bindings then I am happy to merge it.

@ahaoboy
Copy link
Author

ahaoboy commented Apr 23, 2024

It seems not as easy as imagined...

@Sytten
Copy link
Contributor

Sytten commented May 6, 2024

I would suggest looking at cross-rs (https://github.com/cross-rs/cross), it simplifies a lot the setup.

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

Successfully merging this pull request may close these issues.

None yet

3 participants