An incomplete list of changes required to support native image:
com.phronemophobic.clong.gen.jna generates the code needed for functions, but also loads insn.core to create structure classes. insn.core must only be loaded when compiling.
Structure/newInstance causes classes to be loaded at build time that shouldn't be. Need a work around.
Figure out options for loading NativeLibrary that support both static and shared?
An incomplete list of changes required to support native image:
insn.core
to create structure classes.insn.core
must only be loaded when compiling.