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.