You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@elfenpiff Communication from Native (Rust) to a WASM module. While building a WASM based application you often need to communicate with the real world for example making and HTTP call or a DB query. Data needs to be sent from the native realm where the drivers are actually implemented to the application code which is typically in WASM. If the performance of iceoryx can beat this overhead of communicating with a WASM module, I think it will make it worthy candidate for building distributed applications.
@tusharmath it would be desirable to make iceoryx2 work in a WASM module but I think we would need to break out of the sandbox to make this work. I don't have experience with WASM, just reading about it now and then, but I think it will be quite challenging to solve that problem.
Hi there!
Your benchmarks look promising, but I would like to see how it compares to Thrift, gRPC and WASM.
These are some of the most popular alternatives for building RPC. I'd love to explore this for Tailcall as we are building a plugin API.
The text was updated successfully, but these errors were encountered: