polywrap/wrap-cli

Bug: We should make sure multiple rust-wraps work within a workspace

Opened this issue · 1 comments

After researching this issue, it doesn't seem possible to support Rust workspaces without significant effort. It is not currently possible to override the behavior of cargo build.

Rust build scripts allow for preprocessing, but can not stop normal compilation (which will fail). A custom Rust target cannot be used to replace compilation with a custom polywrap build invocation, either.