It was surprising to me that I couldn't use the +nightly parameter on rustup for adding the wasm32-unknown-unknown target to nightly:
rustup +nightly target add wasm32-unknown-unknown
(and other combinations didn't work either). Instead I had to find the --toolchain parameter of rustup target add. It would be nice if +nightly would work on rustup, too.
It was surprising to me that I couldn't use the
+nightlyparameter on rustup for adding thewasm32-unknown-unknowntarget to nightly:(and other combinations didn't work either). Instead I had to find the
--toolchainparameter ofrustup target add. It would be nice if+nightlywould work onrustup, too.