mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
Provide a C library (libpkl) for Pkl #292
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bioball on GitHub (Feb 27, 2025).
Other language bindings (e.g. Swift and Go) should be able to bind to this library, rather than spawn a child process.
Docs on creating native shared libraries: https://www.graalvm.org/latest/reference-manual/native-image/guides/build-native-shared-library/
@KushalP commented on GitHub (Jun 11, 2025):
PRs related to this issue:
As we iterate on this work, changes are being merged into a temporary branch: https://github.com/apple/pkl/tree/c-library