Extend precompile to support a DAG #792
Draft
+164
−88
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Still WIP while I address some lingering TODOs but wanted to get this up for 👀 before too long.
This PR effectively breaks the assumption that layers input to precompile map 1:1 with layers returned. This is necessary to support things like component dependencies in the spin shim via composition where there is not a clear mapping of original to precompiled layers.
I tried to evolve the precompile API in the most straightforward way without requiring shim developers to have to manage a DAG themselves.
NOTE: have to update the other shims to conform to the new API which will be straightforward but i'd like to get feedback on this approach here first.
cc/ @Mossaka @jsturtevant @kate-goldenring