Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/[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