RETools
RETools copied to clipboard
JITCall `-m` exec main
When -m load mode is specified, auto-execute main if it's there. The arg parser seems to require a -f flag first, which is undesirable as we sometimes like to manual load so that we can easily break on main. The loader code itself is already ok.