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: implement a new CompositionGraph API. #807

Merged

Conversation

peterhuene
Copy link
Member

This PR implements a new CompositionGraph API that allows for building a composition with more flexibility than what the ComponentComposer API supports.

CompositionGraph is geared towards live-editing of a composition graph.

This commit also reimplements ComponentComposer using the composition graph.

The previous instance graph and the encoding implementation for it have been removed.

This commit implements a new `CompositionGraph` API that allows for building a
composition with more flexibility than what the `ComponentComposer` API
supports.

The `CompositionGraph` is geared towards live-editing of a composition graph.

This commit also reimplements `ComponentComposer` using the composition graph.

The previous instance graph and the encoding implementation for it have been
removed.
@peterhuene peterhuene merged commit cdba43d into bytecodealliance:main Nov 7, 2022
@peterhuene peterhuene deleted the wasm-compose-improvements branch November 7, 2022 18:41
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