eh-steve / goloader

Compile, load and run Go code at runtime.
Apache License 2.0
46 stars 4 forks source link

Add support for loading precompiled package bundles #18

Open eh-steve opened 1 year ago

eh-steve commented 1 year ago

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