Description
I've lately been creating a complete reflect-config.json file with all of the fields that need to be available for Substrate VM (GraalVM Native) to produce an image that works correctly with the jctools API.
I was wondering if it would make sense to check in this file into this repository —or most ambitiously find a way we can automate the configuration of jctools with GraalVM Native— so that this work can be reused and there's less magic involved in compiling jctools to native. Would this be a welcome contribution @nitsanw ?
P.S. I'm myself not aware of a way we can configure the reflect-config.json automatically for GraalVM native to pick it up during compilation and thus automate the process of using this file, but if this was possible I'd happily implement something similar to this too.