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
Hi all, I've just started messing around with waPC in Go. I'm curious as to how people are using the host call function. Can it be seen as a kind of bi-directional/ call-response communication channel (like Go's chan). Or is it more used for calling other wasm functions from the host. I'm interested to see all the use cases. Thanks
The text was updated successfully, but these errors were encountered:
Hi all, I've just started messing around with waPC in Go. I'm curious as to how people are using the host call function. Can it be seen as a kind of bi-directional/ call-response communication channel (like Go's
chan
). Or is it more used for calling other wasm functions from the host. I'm interested to see all the use cases. ThanksThe text was updated successfully, but these errors were encountered: