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

graalvm native support? #24

Open
Liangdi opened this issue Jul 3, 2024 · 1 comment
Open

graalvm native support? #24

Liangdi opened this issue Jul 3, 2024 · 1 comment

Comments

@Liangdi
Copy link

Liangdi commented Jul 3, 2024

According to the documentation (https://www.graalvm.org/latest/reference-manual/native-image/native-code-interoperability/foreign-interface/), you need to configure ForeignRegistrationFeature, but I don't know how to configure it

@manuelbl
Copy link
Owner

manuelbl commented Jul 4, 2024

GraalVM has many restrictions affecting the Foreign Function and Memory (FFM) API. It neither supports upcalls nor calls to SymbolLookup.libraryLookup(). Unfortunately, they are required for this library. So the GraalVM support for FFM is currently insufficient to run this library on any platform.

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