Skip to content

Commit

Permalink
[Chore] Bump SnarkVM to version 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalwaysuncomfortable committed Aug 10, 2023
2 parents 01b7105 + 50872d3 commit c803106
Show file tree
Hide file tree
Showing 12 changed files with 129 additions and 129 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ jobs:
- run:
no_output_timeout: 30m
command: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.4/install.sh | bash
export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install 18.16.0
nvm use 18.16.0
nvm install 20.3.1
nvm use 20.3.1
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
cd wasm && wasm-pack test --node --lib
# cargo test --target wasm32-unknown-unknown
Expand Down
Loading

0 comments on commit c803106

Please sign in to comment.