Keep wasm32 as an alias for wasm.
This is inline with many other arches such as: ppc, sparc, spir, amdil, hsail, x86.
All these use the basename of the arch for the 32-bit variant and add the 64 bit
suffix for 64-bit case.
The motivation for this is that wasm64 doesn't even exist yet so having the
distinction everywhere and exposing it to the users of the tools is rather pointless
and confusing.
If this change is unpopular I could invert it and make wasm an alias for wasm32?
On place I particularly want to avoid the 32 is in the tool names:
wasm32-unknown-unknown-clang is bad enough, wasm-unknown-unknown-clang
better. Ideally just wasm-clang.