Hi all, is it possible that with Kotlin JVM (setu...
# webassembly
a
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
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