community/wasm-pack: depend on rustc-dev
wasm-pack build
0.13.0 fails to build on aarch64 containers, like
Alpine's CI. Apparently it's solved by installing rustc-dev.
This makes me think if splitting rustc-dev
was maybe a mistake. The error message was very unclear:
[INFO]: Installing wasm-bindgen...
Error: No such file or directory (os error 2)
Caused by: No such file or directory (os error 2)
I don't think this is the only bug due to the split, and I don't want to know how many people have things not working for them. cc @Celeste
Fixes https://github.com/rustwasm/wasm-pack/issues/1416
Found at !70727 (merged)