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
Is your feature request related to a problem? Please describe.
Projects like containerd/runwasi and containerd/rust-extensions all depend on ttrpc-rust and a quick cargo build --timings shows that they are compiling protobuf twice:
Ideally, we would want to keep just one version of the protobuf, so there is this request.
Is your feature request related to a problem? Please describe.
Projects like
containerd/runwasi
andcontainerd/rust-extensions
all depend onttrpc-rust
and a quickcargo build --timings
shows that they are compiling protobuf twice:Ideally, we would want to keep just one version of the protobuf, so there is this request.
Discussion
Also, I realized that
ttrpc-codegen
depends onttrpc-compiler
. I'd suggest to use a local path for local development and make this repo a Cargo workspace to reduce compilation time.The text was updated successfully, but these errors were encountered: