Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move wasm-pack to js dependency #206

Merged
merged 1 commit into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: wasm-pack@0.13.0

- 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: wasm-pack@0.13.0
- 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"
}
}
Loading