solana-sdk now builds for wasm32-unknown-unknown

This commit is contained in:
Michael Vines
2021-10-12 18:20:55 -07:00
parent da45be366a
commit 13462d63a2
6 changed files with 17 additions and 7 deletions

View File

@ -29,9 +29,10 @@ RUN set -x \
&& rustup component add rustfmt \
&& rustup component add clippy \
&& cargo install cargo-audit \
&& cargo install svgbob_cli \
&& cargo install mdbook \
&& cargo install mdbook-linkcheck \
&& cargo install svgbob_cli \
&& cargo install wasm-pack \
&& rustc --version \
&& cargo --version \
&& curl -OL https://github.com/google/protobuf/releases/download/v$PROTOC_VERSION/$PROTOC_ZIP \