wasmCloud / examples

ARCHIVED: This repository contains examples for pre-1.0 versions of wasmCloud. All examples are now located in the main wasmCloud repository https://github.com/wasmCloud/wasmCloud/tree/main/examples.
https://github.com/wasmCloud/wasmCloud/tree/main/examples
124 stars 43 forks source link

Help with Outdated Example #222

Closed AleksJay closed 1 year ago

AleksJay commented 1 year ago

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.

connorsmith256 commented 1 year ago

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!

AleksJay commented 1 year ago

@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.

connorsmith256 commented 1 year ago

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

brooksmtownsend commented 1 year ago

@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.

AleksJay commented 1 year ago

@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.

brooksmtownsend commented 1 year ago

@AleksJay merged! Diagram and wadm manifest are included https://github.com/wasmCloud/examples/tree/main/actor/actor-to-actor

AleksJay commented 1 year ago

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