Project Awesome project awesome

wasm-bindgen-action

Github action to install wasm-bindgen by downloading the executable to speed up CI/CD.

Package 12 stars GitHub

wasm-bindgen-action status

wasm-bindgen-action

Install wasm-bindgen by downloading the executable (much faster than cargo install wasm-bindgen-cli, seconds vs minutes).

Usage

- uses: jetli/wasm-bindgen-action@v0.2.0
  with:
    # Optional version of wasm-bindgen to install(eg. '0.2.83', 'latest')
    version: 'latest'

Resources

Back to Yew