You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current API exposes the per-target build procedure, but does not perform looping. Only the CLI does.
We would want to use iterators or something, so that the CLI can still emit logs during porting, but the API should generally not log but rather return Result objects.
The text was updated successfully, but these errors were encountered:
The current API exposes the per-target build procedure, but does not perform looping. Only the CLI does.
We would want to use iterators or something, so that the CLI can still emit logs during porting, but the API should generally not log but rather return Result objects.
The text was updated successfully, but these errors were encountered: