Hey everyone, I'm currently looking for a Maven package, and I noticed that gRPC support might be available across multiple platforms like WebAssembly (WASM), Native, JVM, and others. Can anyone confirm this or share more details?
a
Alexander Sysoev
07/14/2025, 9:30 PM
Those are stubs and they produce runtime errors except for jvm
They are published for build process not to break for kmp setup
v
Vivek Modi
07/14/2025, 9:42 PM
Ah, got it — thanks for the explanation! So those are just stubs to satisfy the KMP build, but not usable at runtime outside of JVM. That makes sense.I’m currently exploring options for Native and WASM support. Have you come across any working alternatives or workarounds for running gRPC on those platforms?
a
Alexander Sysoev
07/14/2025, 9:42 PM
We are currently working on Native implementation, some dev build may come in later months