EmscriptenSdk
The main helper object for performing operations using Emscripten.
It allows building the command line for running emcc, emconfigure, emmake, or embuilder from the Emscripten package, as well as setting up the environment.
See emscripten-plugin for example usage
Constructors
Properties
Version of the Emscripten that should be used.
Directory with cache prepared in advance using EmscriptenPrepareCacheTask task.
The directory that will be used for the cache
Path to Emscripten SDK
Functions
Builds embuilder command line.
Builds emcc command line.
Builds emconfigure command line.
Builds emmake command line.
Validates that the version specified in emccVersion is active in the SDK directory emscriptenRoot
Returns environment variables that must be set when calling Emscripten executables
Prepares cache directory emscriptenCacheDir from emscriptenCacheBase