Are there any known Protocol Buffers implementatio...
# webassembly
d
Are there any known Protocol Buffers implementations working with WASM yet?
j
Should be easy work to get Wire working on WASM as it’s already multiplatform and its only dependency, Okio, is already on WASM
💡 2
d
Thanks for the idea but since I can't afford to go down any Rabbit holes I'll use the (probably under-appreciated) CBOR option in Ktor. Still a significant improvement on JSON efficiency, while avoiding the complexity. Props to JB for including this! (Pragmatic as always)