Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetli/wasm-bindgen-action
Install `wasm-bindgen` by downloading the executable
https://github.com/jetli/wasm-bindgen-action
rust wasm wasm-bindgen yew
Last synced: 3 months ago
JSON representation
Install `wasm-bindgen` by downloading the executable
- Host: GitHub
- URL: https://github.com/jetli/wasm-bindgen-action
- Owner: jetli
- License: mit
- Created: 2020-10-23T03:11:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T20:42:55.000Z (over 1 year ago)
- Last Synced: 2024-07-11T05:11:20.898Z (4 months ago)
- Topics: rust, wasm, wasm-bindgen, yew
- Language: TypeScript
- Homepage: https://github.com/marketplace/actions/wasm-bindgen-action
- Size: 764 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-yew - wasm-bindgen-action - Github action to install `wasm-bindgen` by downloading the executable to speed up CI/CD. (Tooling / Frameworks)
README
# `wasm-bindgen-action`
Install `wasm-bindgen` by downloading the executable (much faster than `cargo install wasm-bindgen-cli`, seconds vs minutes).
## Usage
```yaml
- uses: jetli/[email protected]
with:
# Optional version of wasm-bindgen to install(eg. '0.2.83', 'latest')
version: 'latest'
```## Resources
- https://github.com/rustwasm/wasm-bindgen