The javy-runner contains a builder that reconciles all the CLI options and therefore it has grown (and will continue to grow) to contain a wide range of fields. As per @surma's suggestion, we could consider using the derive-builder crate to reduce some of the boilerplate.
The
javy-runner
contains a builder that reconciles all the CLI options and therefore it has grown (and will continue to grow) to contain a wide range of fields. As per @surma's suggestion, we could consider using thederive-builder
crate to reduce some of the boilerplate._Originally posted by @surma in https://github.com/bytecodealliance/javy/pull/748#discussion_r1751623095_