You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we would like to remove the jextract dependency, so that we can integrate this directly into diplomat. The reasons for this are
* using jextract requires diplomat developers to set up a JRE for development in order run codegen
* jextract seems to produce a lot of extra code, some of which seems unnecssary
* diplomat already centers around code generation. This would allow fine tuning what code is needed for panama based interrop.