Join Slack
Powered by
Hi all, is it possible that with Kotlin JVM (setu...
# webassembly
a
Albert
07/25/2025, 7:56 AM
Hi all, is it possible that with Kotlin JVM (setup with maven) to include wasm libraries from other projects, using it for back-end project? Can't find resources about it, only find things about compose
🚫 1
👌 1
m
Michael Paus
07/25/2025, 1:56 PM
I am not exactly sure what you are actually asking for. If you want to include some wasm library in your JVM project like you could include an external native library via JNI, then I would refer you to tools like
https://github.com/CharlieTap/chasm
,
https://github.com/dylibso/chicory
or
https://github.com/oracle/graal/tree/master/wasm
.
👍 1
4
Views
Open in Slack
Previous
Next