fetch Emscripten from github, build and install
all required and missing packages will be installed in this role
emscripten_path: path to install default value is "/tmp/emsdk"
emscripten_version: version identifier default value is "latest"
nothing for now.
- hosts: all
become: no
roles:
- emscripten
emscripten_path: "/tmp/emsdk"
emscripten_version: "latest"
please note, become should be changed depending on your package manager If you are useing homebrew on Mac, it should be no. But it should be yes if you are using Linux package manager (e.g. yum, apt)
MIT
Naoyuki Sogo ([email protected])