Skip to content

Should I bind manually instead of bindgen? #3

@miRoox

Description

@miRoox

Currently, there are the following issues about bindgen:

  • The types of most constants are incorrect.
  • Sometimes we need the new type pattern instead of the type alias. For example, mbool might conflict with mint in a 32-bits platform.
  • Maybe we want to use feature to select the version of Wolfram LibraryLink, and bindgen doesn't seem to be so flexible for this situation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions