Closed
Description
If internal crates exist other than contracts/*
, it seems that workspace-optimizer doesn't build with wasm target.
It appears to be building with no_std, not wasm.
ex path tree)
├── contracts
│ └── counter-contract
├── crates
│ ├── msg
Here workspace-optimizer will fail if counter-contract is holding msg as path dependency.
Does anyone know anything about this?
Metadata
Metadata
Assignees
Labels
No labels