You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup Wasmer
v2
GitHub action for setting up Wasmer. Works well with wasmerio/wapm-publish.
- 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
- Doesn't install Wasienv (Use the Docker image instead)
- 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 }}
There is no input for this action
There is no output from this action