An open API service indexing awesome lists of open source software.

https://github.com/numworks/setup-emscripten

GitHub Action to setup Emscripten
https://github.com/numworks/setup-emscripten

emscripten gha

Last synced: about 1 year ago
JSON representation

GitHub Action to setup Emscripten

Awesome Lists containing this project

README

          

# Setup emscripten

This is a GitHub action to setup an emscripten environment.
You can optionally specify which sdk you want to install.

In actions.yml:

```
steps:
- uses: numworks/setup-emscripten@v1
with:
sdk: latest-fastcomp
- run: emcc --version
```

## How to update this action

- Before merging a PR to the master branch, make sure you removed the `node_modules` directory and ran `npm install`.
- Once CI is passing, update the "latest" tag.