Skip to content

Comparison to waPC? (and other WASM RPC tools?) #495

Closed Answered by rvolosatovs
agilgur5 asked this question in Q&A
Discussion options

You must be logged in to vote

I have just learned about waPC and took a very brief look at the spec - from what I currently understand, waPC project only focuses on Wasm module <-> host communication. Note, that as written in the spec, the protocol is fundamentally incompatible with component model for Wasm component <-> host communication, due to the lack of shared memory access, at least today. It seems that waPC is, in fact, competing with component model, since there appears to be no need for waPC for Wasm components

wRPC is a general purpose RPC framework, Wasm component <-> host communication is out-of-scope (but possible) for wRPC, on the contrary, wRPC is mostly useful for the hosts themselves, but Wasm compon…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@agilgur5
Comment options

Answer selected by agilgur5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants