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

Setup Wasmer

v2

Setup Wasmer

package

Setup Wasmer

Set up Wasmer: the cross-platform WASM runtime

Installation

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

              

- name: Setup Wasmer

uses: wasmerio/setup-wasmer@v2

Learn more about this action in wasmerio/setup-wasmer

Choose a version

Setup Wasmer Action

GitHub Workflow Status

GitHub action for setting up Wasmer. Works well with wasmerio/wapm-publish.

Features

  • Always uses the latest stable Wasmer build
  • Cross platform (Linux, Mac, and Windows)
  • Automatically updates environment variables (So you can immediately start using Wasmer)
  • Fully tested

Caveats

Usage

- name: Setup Wasmer
  uses: wasmerio/setup-wasmer@v1

- name: Publish to WAPM
  uses: wasmerio/wapm-publish@v1
  with:
    username: ${{ secrets.WAPM_USERNAME }}
    password: ${{ secrets.WAPM_PASSWORD }}

Input

There is no input for this action

Output

There is no output from this action