ValidateDwarfTask

open class ValidateDwarfTask @Inject constructor(execOperations: ExecOperations, objects: ObjectFactory) : DefaultTask(source)

Validates that the DWARF debug information of the WebAssembly binary does not contain absolute paths.

Requires llvm-dwarfdump to be available.

Constructors

Link copied to clipboard
@Inject
constructor(execOperations: ExecOperations, objects: ObjectFactory)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@get:Input
val paths: ListProperty<String>

Strings that shouldn't be in paths

Link copied to clipboard
@get:InputFile
val wasmBinary: RegularFileProperty

WASM binary file to validate

Functions

Link copied to clipboard
fun validate()