https://kotlinlang.org logo
#kotlin-native
Title
# kotlin-native
a

aakira

08/19/2021, 1:01 AM
Is there any way to get backtrace on linux(linuxX64, linuxArm64....), wasm and mingw? For example, * Darwin
Copy code
NSThread.callStackSymbols
* JVM
Copy code
Thread.currentThread().stackTrace
n

napperley

08/19/2021, 1:33 AM
The WASM Kotlin Native target has been deprecated ( https://kotlinlang.org/docs/roadmap.html ).
a

aakira

08/19/2021, 1:42 AM
Thank you!
6 Views