Loading
buildRustCrate: fix wasm bins with hyphenated names
These are currently broken because buildRustCrate will try to mv from an underscored name to a hyphenated name, but will only try to move an unsuffixed name; rustc generates wasm binaries with a .wasm suffix.