Skip to content

Commit

Permalink
Move wasm-pack to js dependency (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu authored Sep 15, 2024
1 parent cd8e961 commit 8ce921e
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ jobs:
if: ${{ inputs.ezno-version != 'none' }}
run: rustup target add wasm32-unknown-unknown

- uses: brndnmtthws/rust-action-cargo-binstall@v1
if: ${{ inputs.ezno-version != 'none' }}
with:
packages: [email protected]

- name: Set NPM package version & build
id: set-npm-version
if: ${{ inputs.ezno-version != 'none' }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ jobs:
checker:
- 'checker/**'
- uses: brndnmtthws/rust-action-cargo-binstall@v1
if: steps.changes.outputs.src == 'true' || github.ref_name == 'main'
with:
packages: [email protected]
- uses: denoland/setup-deno@v1
if: steps.changes.outputs.src == 'true' || github.ref_name == 'main'
with:
Expand Down
247 changes: 246 additions & 1 deletion src/js-cli-and-library/package-lock.json

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

3 changes: 2 additions & 1 deletion src/js-cli-and-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
}
},
"devDependencies": {
"unbuild": "^2.0.0"
"unbuild": "^2.0.0",
"wasm-pack": "^0.13.0"
}
}

0 comments on commit 8ce921e

Please sign in to comment.