Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T13:52:12.000Z (over 1 year ago)
- Last Synced: 2024-07-24T03:42:24.296Z (4 months 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: 50
- Watchers: 2
- 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/[email protected]
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