lib/compiler/Maker/Step/Run.zig | 49 ++- lib/compiler/configurer.zig | 8 + lib/compiler/objdump.zig | 745 +++++++++++++++++++------------- lib/std/Build/Configuration.zig | 6 +- lib/std/Build/Step/Run.zig | 9 + test/link.zig | 35 +- test/link/exports.zig | 9 + test/link/snapshots/exports-dynamic.lib.dmp | 14 + test/link/snapshots/exports-static.lib.dmp | 3 + test/src/Link.zig | 67 ++- test/tests.zig | 33 +- 11 files changed, 634 insertions(+), 344 deletions(-)