[Wasm] Replace heavyweight stackTraceToString with "pure" JS stack
This commit is contained in:
@@ -17,7 +17,7 @@ private fun throwJsError(message: String?, wasmTypeName: String?, stack: String)
|
||||
}
|
||||
|
||||
internal fun throwAsJsException(t: Throwable): Nothing {
|
||||
throwJsError(t.message, getSimpleName(t.typeInfo), t.stackTraceToString())
|
||||
throwJsError(t.message, getSimpleName(t.typeInfo), t.stack)
|
||||
}
|
||||
|
||||
internal var isNotFirstWasmExportCall: Boolean = false
|
||||
Reference in New Issue
Block a user