Skip to content

Commit

Permalink
Merge pull request #2604 from ljedrz/chore/cargo_update_5
Browse files Browse the repository at this point in the history
[Deps] Run cargo update
  • Loading branch information
vicsn authored Feb 17, 2025
2 parents e95f98c + c562209 commit 995ee1e
Show file tree
Hide file tree
Showing 6 changed files with 960 additions and 628 deletions.
14 changes: 11 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -844,10 +844,18 @@ jobs:
- run:
no_output_timeout: 30m
command: |
sudo apt-get install nodejs
(cargo install wasm-pack || true)
# The commands required to install current Node.js come from https://nodejs.org/en/download
# The versions of nvm and Node.js may need to be periodically updated
# Download and install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
# Add nvm to the path
source /home/circleci/.profile
# Download and install Node.js
nvm install 22
# Install wasm-pack
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
# Run the tests
cd wasm && wasm-pack test --node
# cargo test --target wasm32-unknown-unknown
- clear_environment:
cache_key: v1.0.0-rust-1.81.0-snarkvm-wasm-cache

Expand Down
Loading

0 comments on commit 995ee1e

Please sign in to comment.