Kotlin/Wasm — Compile Once Run Everywhere by Zalim Bashorov @ Wasm I/O 2024

preview_player
Показать описание
Wasm I/O 2024 / 14-15 March, Barcelona

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 have a look at the recent developments in Kotlin/Wasm: tools, compiler, and the ecosystem around it. We will showcase practical examples, demonstrating how Kotlin/Wasm could be used in various environments. Let’s discover together the place of Kotlin in the WebAssembly world!
Рекомендации по теме
Комментарии
Автор

Good day to all, today I tried to connect the Java library of but I couldn’t do it!!! I would like to know if it is possible to connect Java libraries???😊

gentek
Автор

why does not support java libraries ???

gentek
Автор

Mayby more code or demo to show me the improve or fution, such as kotlin in web how to use with react, you know that even rust wasm provide the react and yum to build web app.

wayluke