https://github.com/jetli/wasm-pack-action
Install `wasm-pack` by downloading the executable
https://github.com/jetli/wasm-pack-action
github-action rust wasm wasm-bindgen wasm-pack webassembly yew
Last synced: about 1 year ago
JSON representation
Install `wasm-pack` by downloading the executable
- Host: GitHub
- URL: https://github.com/jetli/wasm-pack-action
- Owner: jetli
- License: mit
- Created: 2020-03-03T08:12:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T13:52:12.000Z (over 3 years ago)
- Last Synced: 2025-04-24T21:52:53.324Z (about 1 year ago)
- Topics: github-action, rust, wasm, wasm-bindgen, wasm-pack, webassembly, yew
- Language: TypeScript
- Homepage: https://github.com/marketplace/actions/wasm-pack-action
- Size: 556 KB
- Stars: 52
- Watchers: 1
- Forks: 3
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-yew - wasm-pack-action - Github action to install `wasm-pack` by downloading the executable to speed up CI/CD. (Tooling / Frameworks)
README
# `wasm-pack-action`
Install `wasm-pack` by downloading the executable (much faster than `cargo install wasm-pack`, seconds vs minutes).
## Usage
```yaml
- uses: jetli/wasm-pack-action@v0.4.0
with:
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
version: 'latest'
```
## Alternatives
- https://rustwasm.github.io/docs/wasm-bindgen/wasm-bindgen-test/continuous-integration.html#github-actions
## Resources
- https://github.com/rustwasm/wasm-pack