Package-level declarations
Types
Link copied to clipboard
object EmscriptenAttribute
Link copied to clipboard
@CacheableTask
Compiles system libraries and prepares the Emscripten cache for future use with embuilder. It helps achieve more reproducible builds, as this compilation uses the debug-prefix-map parameter to get deterministic paths in the DWARF debug info.
Link copied to clipboard
abstract class EmscriptenSdk @Inject constructor(objects: ObjectFactory, providers: ProviderFactory, execOperations: ExecOperations)
The main helper object for performing operations using Emscripten.
Link copied to clipboard