Hello there! Not sure if it was asked before, but ...
# webassembly
t
Hello there! Not sure if it was asked before, but can I make calls from Kotlin to
.wasm
files? Like, say, there is sqlite compiled to wasm, is it possible to use it within kotlin project?
a
are you asking about wasm/wasi components??
t
I wasn't aware that I asked about this, but reading more, seems this is the right thing 😄
r
I think it should be possible to call such functions using JS layer as a "proxy".
✅ 2
t
got it, thanks!
h
You can also take a look at the sqldelight web worker driver using SQLite wann from Kotlin JS: https://github.com/cashapp/sqldelight/tree/master/drivers/web-worker-driver