Hey everyone, I'm currently looking for a <Maven p...
# kotlinx-rpc
v
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
Those are stubs and they produce runtime errors except for jvm They are published for build process not to break for kmp setup
v
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
We are currently working on Native implementation, some dev build may come in later months
thank you color 1
WASM is .... a far stretch)
v
Thanks for sharing the information