Open
Description
- ffigen uses
FfiGen().run(...)
. jnigen uses the top levelgenerateJniBindings
- ffigen has an
Uri output
. jnigen has aOutputConfig
since it also has a multifile mode - ffigen has multiple functions like
shouldExposeFunctionTypedefFunc
, ... jnigen has aList<Visitor>
that combines all such functions - ffigen and jnigen both use
Uri
, should we useString
s instead to specify paths? (related: Making build/link APIs useString
s to represent filepaths instead ofUri
s #1506) - ffigen has
DeclarationFilter
s for excluding elements, jnigen has aList<Visitor>
that combines all such filters
@liamappelbe, let's discuss the points above and other points that come up in this issue.
cc @dcharkes
Metadata
Metadata
Assignees
Labels
No labels