Skip to content

jetli/wasm-bindgen-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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