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: about 1 year ago
JSON representation

Install `wasm-pack` by downloading the executable

Awesome Lists containing this project

README

          


wasm-pack-action status

# `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