The composable-factory project defines a factory WIT interface with a build() function. Any component exporting that interface can be configured within composable-runtime, and should be reference-able from the URI of other components whose bytes will be built by that factory, instead of resolved by file path or OCI coordinates.
The composable-factory project defines a factory WIT interface with a
build()function. Any component exporting that interface can be configured within composable-runtime, and should be reference-able from the URI of other components whose bytes will be built by that factory, instead of resolved by file path or OCI coordinates.