-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# Setup Wasmer Action | ||
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/wasmerio/setup-wasmer/Tests?label=Tests&style=flat-square)](https://github.com/wasmerio/setup-wasmer/actions/workflows/tests.yml) | ||
# setup-wasmer | ||
[![Tests](https://github.com/wasmerio/setup-wasmer/actions/workflows/tests.yml/badge.svg)](https://github.com/wasmerio/setup-wasmer/actions/workflows/tests.yml) | ||
|
||
|
||
[GitHub action](https://github.com/features/actions) for setting up [Wasmer](https://wasmer.io). | ||
|
||
## Features | ||
* Always uses the latest stable Wasmer build | ||
* Optionally lock onto a specific wasmer version | ||
* Cross platform (Linux, Mac, and Windows) | ||
* Automatically updates environment variables (So you can immediately start using Wasmer) | ||
* Fully tested | ||
|
@@ -13,10 +15,10 @@ | |
```yaml | ||
- name: Setup Wasmer | ||
uses: wasmerio/[email protected] | ||
with: | ||
version: '4.2.5' | ||
``` | ||
## Input | ||
version (optional) - specify the version of wasmer to install | ||
|