phronmophobic / clong

A wrapper for libclang and a generator that can turn c header files into clojure apis.
Eclipse Public License 1.0
97 stars 2 forks source link

Support for native image #4

Closed phronmophobic closed 4 months ago

phronmophobic commented 1 year ago

An incomplete list of changes required to support native image:

phronmophobic commented 1 year ago

Coercion inside generated functions also does class generation and relies on gen.jna namespace code.

phronmophobic commented 4 months ago

Fixed in v1.4!