data class DebugSymbols
Debug symbols available for a wasm script.
<init> |
Debug symbols available for a wasm script. DebugSymbols(type: String, externalURL: String? = null) |
externalURL |
URL of the external symbol source. val externalURL: String? |
type |
Type of the debug symbols. val type: String |