DebugSymbols

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

Debug symbols available for a wasm script.

Official doc

Constructors

Link copied to clipboard
constructor(type: DebugSymbolsType, 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.