Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
@CacheableTask
open class EmscriptenPrepareCacheTask @Inject constructor(execOperations: ExecOperations, projectLayout: ProjectLayout, objects: ObjectFactory) : DefaultTask

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.