Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
package

GitHub Action

wasm-pack-action

v0.2.0

wasm-pack-action

package

wasm-pack-action

Install `wasm-pack` by downloading the executable (much faster than `cargo install wasm-pack`, seconds vs minutes)

Installation

Copy and paste the following snippet into your .yml file.

              

- name: wasm-pack-action

uses: jetli/[email protected]

Learn more about this action in jetli/wasm-pack-action

Choose a version

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

- uses: jetli/[email protected]
  with:
    # Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
    version: 'latest'

Resources