cargo-wasm icon indicating copy to clipboard operation
cargo-wasm copied to clipboard

Can't "cargo wa new <project>" in Linux/Mac

Open sophiajt opened this issue 6 years ago • 5 comments

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.

sophiajt avatar Nov 27 '17 22:11 sophiajt

same here

arturoc avatar Nov 28 '17 09:11 arturoc

Same for windows 10

arkada38 avatar Dec 02 '17 15:12 arkada38

The version published does not work. It works if you install from this repository.

cargo install --git https://github.com/mgattozzi/cargo-wa --force

fulmicoton avatar Dec 03 '17 02:12 fulmicoton

Any updates on this?

robinst avatar Feb 02 '18 10:02 robinst

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.

mgattozzi avatar Feb 09 '18 15:02 mgattozzi