Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm-compose: simplify the example. #800

Merged

Conversation

peterhuene
Copy link
Member

@peterhuene peterhuene commented Oct 21, 2022

This PR simplifies the example by removing an unnecessary service layer from the compose component.

Now the example either directly talks to a "service" component or composes a new service component that injects a "middleware" component into the execution graph.

It also updates the server in the example to Wasmtime 2.0.0.

@peterhuene peterhuene changed the title wasm-compose: simply the example. wasm-compose: simplify the example. Oct 21, 2022
@peterhuene peterhuene force-pushed the update-compose-example branch 2 times, most recently from 8e3a4ed to 465d137 Compare October 21, 2022 00:08
This commit simplifies the example by removing an unnecessary service layer
from the compose component.

Now the example either directly talks to a "service" component or composes a
new service component that injects a "middleware" component into the execution
graph.

It also updates the server in the example to Wasmtime 2.0.0.
@alexcrichton alexcrichton merged commit 5e8639a into bytecodealliance:main Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants