rylev / wasmtime-component-demo

A demo of how to work with WebAssembly components in wasmtime
11 stars 1 forks source link

Example with multiple components #2

Open PradeepKiruvale opened 2 weeks ago

PradeepKiruvale commented 2 weeks ago

Hi,

Nice to see your example, I was wondering is there any example that composes multiple components and runs using the wasmtime.

Please point me out if you have such an example.

Thnaks, Pradeep

rylev commented 2 weeks ago

I don't have an example that shows this beginning to end, but here's an example of composing multiple components into one component: https://github.com/rylev/wac-example.

Once you do that, running the component is essentially the same as what is shown in this repo.