public interface NFIBackend
Modifier and Type | Method and Description |
---|---|
com.oracle.truffle.api.CallTarget |
parse(NativeLibraryDescriptor descriptor)
Parse a
NativeLibraryDescriptor . |
com.oracle.truffle.api.CallTarget parse(NativeLibraryDescriptor descriptor)
NativeLibraryDescriptor
. The returned CallTarget
should load the
library specified by the descriptor. The loaded library should expose its symbols as
members
.