Hacker News new | ask | show | jobs
by lesuorac 736 days ago
I don't think you can do dependent builds with cargo.

Like build a sub-target using say wasm-pack to then embed the output into a binary. IIRC it gets upset because the cargo lock is already acquired or something.