DebugSymbols

@Serializable
data class DebugSymbols(val type: String, val externalURL: String? = null)

Debug symbols available for a wasm script.

Constructors

Link copied to clipboard
constructor(type: String, externalURL: String? = null)

Properties

Link copied to clipboard
val externalURL: String? = null

URL of the external symbol source.

Link copied to clipboard

Type of the debug symbols.