lovasoa / setup-emscripten

emscripten github action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated

You probably want to use mymindstorm/setup-emsdk, which is better maintained, instead of this action.

emscripten github action

CI status

This github action installs emscripten and adds it to the PATH so that you can use emcc, emmake, etc. in your workflows.

Inputs

emscripten-version

optional The version of emscripten to install. See the emscripten release notes for the list of available versions.

Example usage

uses: lovasoa/setup-emscripten@master
with:
  emscripten-version: '1.38.47'

About

emscripten github action

License:Apache License 2.0


Languages

Language:JavaScript 95.1%Language:C 4.9%