Interface NFIBackend


public interface NFIBackend
Implementation interface for Truffle NFI backends.
  • Method Details

    • parse

      com.oracle.truffle.api.CallTarget parse(NativeLibraryDescriptor descriptor)
      Parse a NativeLibraryDescriptor. The returned CallTarget should load the library specified by the descriptor. The loaded library should expose its symbols as members.