Skip to content

Commit

Permalink
changed way to load wasm-opt
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Mar 28, 2024
1 parent 7fc445d commit 58d91c2
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
- name: Install wasm32 toolchain
if: env.GIT_DIFF
run: rustup target add wasm32-unknown-unknown
- name: Install binaryen
run: sudo apt-get install -y binaryen
- name: Install near cli and cargo near
if: env.GIT_DIFF
run: npm i
Expand Down
128 changes: 127 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@
"@supercharge/promise-pool": "^2.3.2",
"big.js": "^6.1.1",
"commander": "^12.0.0",
"dotenv": "^16.3.1",
"fs": "^0.0.1security",
"near-api-js": "3.0.4",
"p-retry": "^6.2.0",
"pg": "^8.11.3",
"dotenv": "^16.3.1",
"secp256k1": "^5.0.0",
"secretjs": "^1.12.0"
"secretjs": "^1.12.0",
"wasm-opt": "^1.4.0"
},
"devDependencies": {
"near-cli-rs": "^0.8.1",
"cargo-near": "^0.6.1"
"cargo-near": "^0.6.1",
"near-cli-rs": "^0.8.1"
}
}

0 comments on commit 58d91c2

Please sign in to comment.