DominicBurkart / turbolift

distribution interface for rust scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generated services are not prebuilt

DominicBurkart opened this issue · comments

Currently, the source code for each generated service is packaged with a running cargo environment, but not prebuilt. Ideally, generated microservices would be prebuilt for the host architecture on which the main program is being run. This way, if the microservices are ran on devices with the same architecture, they would only need to be built once.