cargo-wasm
cargo-wasm copied to clipboard
Can't "cargo wa new <project>" in Linux/Mac
I'm guessing I'm missing a step somewhere. I've been doing:
cargo install cargo-wa
Build seems to work correctly and get installed
cargo wa setup
No status is show and it exits immediately.
cargo wa new foowa
No directories are created.
same here
Same for windows 10
The version published does not work. It works if you install from this repository.
cargo install --git https://github.com/mgattozzi/cargo-wa --force
Any updates on this?
Hey all I've released version 0.4 (due to getting a used package name) as cargo-wasm. Let me know if @robinst's pr ended up fixing this issue. If so I can close it.