Add a tool to compile a target package and bundle all dependent packages into a single archive, indexed by package name, so that a host binary can load any missing symbols as required. This will allow goloader to function as a direct replacement for std plugin.
Add a tool to compile a target package and bundle all dependent packages into a single archive, indexed by package name, so that a host binary can load any missing symbols as required. This will allow goloader to function as a direct replacement for std
plugin
.As discussed here https://github.com/eh-steve/goloader/discussions/16