wasmCloud/examples

Help with Outdated Example

AleksJay opened this issue · 7 comments

Hey everyone,

I was working on lessons for WebAssembly and noticed that one of the examples called actor-to-actor no longer existed in this repository.

Do you have files for this example or a replacement example?

Thank you.

Hi @AleksJay, thanks for the submission. We have a WIP actor-to-actor example, and a page on our docs site. We recognize the need for better documentation on actor-to-actor calls in wasmCloud, so we'd love for feedback on these!

@connorsmith256, thank you for the links. The actor-to-actor pinger/ponger example was what I was looking for, but I understand if this example is still in the works. Do you know when it might be finished?

I would be happy to provide feedback as I explore more. I'm excited about what your team is working on.

I think the linked example works as-is (but I defer to @brooksmtownsend, who built it). I think the primary thing keeping it from being merged is the lack of a wadm manifest

@AleksJay this one is just on me, it was an example I started before I went on vacation for a few weeks 😄 It's very close and the only remaining task as Connor said is a manifest and a diagram to make it easier to understand.

@brooksmtownsend and @connorsmith256 Thank you both for the clarification. I'd love to put this example into the lesson, so I am looking forward to when it's merged. If you need someone to design a diagram, I'd be happy to help.

Thank you for all of your hard work to get this updated!