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
Currently, our builders and conversions can only handle a single main function. To support more arbitrary programs, we should extend this. An initial implementation can be found in #1396.
Currently, our builders and conversions can only handle a single
mainfunction. To support more arbitrary programs, we should extend this. An initial implementation can be found in #1396.