mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 14:55:41 +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
@@ -20,7 +20,6 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
|
||||
export PATH="$PATH:$HOME/.cargo/bin" && \
|
||||
rustup toolchain install nightly && \
|
||||
rustup target add wasm32-unknown-unknown --toolchain nightly && \
|
||||
cargo install --git https://github.com/alexcrichton/wasm-gc && \
|
||||
rustup default nightly && \
|
||||
rustup default stable && \
|
||||
cargo build "--$PROFILE"
|
||||
|
||||
Reference in New Issue
Block a user