mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 20:01:08 +00:00
Change manual dependency on wasm-gc executable to an automatic cargo dependency. (#3854)
Improves user experience.
This commit is contained in:
committed by
Bastian Köcher
parent
141a64cf41
commit
470b62366f
@@ -10,7 +10,3 @@ if [ -z $CI_PROJECT_NAME ] ; then
|
||||
fi
|
||||
|
||||
rustup target add wasm32-unknown-unknown --toolchain nightly
|
||||
|
||||
# Install wasm-gc. It's useful for stripping slimming down wasm binaries.
|
||||
command -v wasm-gc || \
|
||||
cargo +nightly install --git https://github.com/alexcrichton/wasm-gc --force
|
||||
|
||||
Reference in New Issue
Block a user