You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 itThe text was updated successfully, but these errors were encountered: