I'm working on a major infra & cicd revamp project with a target to have 'prod-deployable releases' for 5 September 2024. We have a separate github repo that pulls a given semver tagged release from our app source repo, and we run our production delivery workflows with assets from the release. It looks like we'll be waiting some time for v0.12.5 (based on https://github.com/dagger/dagger/milestone/56) - is it possible in v0.12.4 to compile a dagger module and run it elsewhere? I realize that typically the dagger engine resolves the module at the time of dagger call, just looking for some insight before I spend cycles on this aspect.
I imagine the prod delivery workflow can clone the semver tag and pull down the source repo contents and run the dagger module, but that would probably be pretty dangerous and unpredictable even if it did work.