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

Support for pure go builds #1

Open
haashemi opened this issue Jun 26, 2024 · 0 comments
Open

Support for pure go builds #1

haashemi opened this issue Jun 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@haashemi
Copy link
Owner

As most of us prefer not to have CGO installed, we should implement a way to use go-harfbuzz without CGO too.

To do this, we should have some platform-specific implementations.

  • Windows: Use the dll directly.
  • Linux / MacOS: Use purego package

It means we should have almost three different implementations, but it results in having both CGO and pure GO on all three main platforms!

Mainly requested in haashemi/writer#4

@haashemi haashemi added enhancement New feature or request good first issue Good for newcomers and removed good first issue Good for newcomers labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant