Right now all dialogues are compiled at runtime at app start, I think it would be useful if it could load the compiled versions from ysc to avoid compiling them on the fly. Doing this will cut load times and open the choice to strip the compiler from the plugin via a cargo feature, reducing program binary size as well
Right now all dialogues are compiled at runtime at app start, I think it would be useful if it could load the compiled versions from
yscto avoid compiling them on the fly. Doing this will cut load times and open the choice to strip the compiler from the plugin via a cargo feature, reducing program binary size as well