Skip to content

Commit

Permalink
closes #402 (#403)
Browse files Browse the repository at this point in the history
Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs authored May 30, 2023
1 parent 30910b4 commit 6934d48
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .devcontainer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,20 @@ apt-get install -y \
build-essential \
cmake \
libssl-dev \
openssl \
openssl \
unzip

## Add package directories to PATH
export PATH="/usr/bin:/usr/local/bin:$PATH"

## update and install 2nd level of packages
apt-get install -y pkg-config

## install rustup and common components
curl https://sh.rustup.rs -sSf | sh -s -- -y

source $HOME/.cargo/env

rustup install nightly
rustup component add rustfmt
rustup component add rustfmt --toolchain nightly
Expand All @@ -29,7 +34,7 @@ rustup component add clippy --toolchain nightly

cargo install cargo-expand
cargo install cargo-edit
cargo install --git https://github.com/bytecodealliance/wit-bindgen wit-bindgen-cli --tag v0.2.0
cargo install --git https://github.com/bytecodealliance/wit-bindgen wit-bindgen-cli --tag v0.2.0
rustup target add wasm32-wasi

## setup git
Expand Down

0 comments on commit 6934d48

Please sign in to comment.