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
- Host: GitHub
- URL: https://github.com/numworks/setup-emscripten
- Owner: numworks
- License: mit
- Created: 2019-10-01T12:57:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T12:09:39.000Z (almost 3 years ago)
- Last Synced: 2024-11-04T14:44:43.653Z (over 1 year ago)
- Topics: emscripten, gha
- Language: JavaScript
- Homepage:
- Size: 220 KB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.