Рет қаралды 348
Behind the Scenes: Debugging Kotlin/Wasm - Artem Kobzar, JetBrains
Kotlin is a modern statically typed programming language developed by JetBrains, designed to be used across different platforms. WebAssembly a portable binary format, designed to be fast and safe, enables running high-performance code in various environments. Combining the two technologies, Kotlin/Wasm allows developers to write efficient and portable code that can be executed in any Wasm-enabled environment and build from high-performance web applications to serverless functions. In this talk, we’ll explore existing debugger capabilities when targeting Wasm from a user point of view. Then, we will go behind the scenes of Kotlin/Wasm tooling and look at internals allowing debugging Kotlin inside WebAssembly.